diff --git a/Platform-Support.md b/Platform-Support.md index 968493b..4f975c5 100644 --- a/Platform-Support.md +++ b/Platform-Support.md @@ -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