Updated Platform Support (markdown)

Alex Ling 2020-08-17 20:09:05 +08:00
parent 1bdeabc3a3
commit 0c0291dd84
1 changed files with 1 additions and 1 deletions

@ -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