mirror of https://github.com/getmango/Mango.git
Updated Platform Support (markdown)
parent
1bdeabc3a3
commit
0c0291dd84
|
@ -9,7 +9,7 @@ Please follow the instructions below to install Mango on ARM devices.
|
|||
1. Make sure you have Docker and `docker-compose` installed
|
||||
2. Clone the repository and `cd` into it
|
||||
3. Download the object file for your architecture (`mango-*.o`) from the latest [release](https://github.com/hkalexling/Mango/releases/) and place it in the cloned repository
|
||||
4. Edit the `docker-compose.yml` file and change the `dockerfile` field to either `./Dockerfile.arm32v7` or `./Dockerfile.arm64v8`
|
||||
4. Edit the `docker-compose.yml` file and change the `dockerfile` field to either `./Dockerfile.arm32v7` or `./Dockerfile.arm64v8`, depending on your system architecture.
|
||||
5. Follow the regular [Docker installation guide](https://github.com/hkalexling/Mango#docker) to build and run the container
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue