From 0c0291dd84ec553860192667ca9ea1a822fcb311 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Mon, 17 Aug 2020 20:09:05 +0800 Subject: [PATCH] Updated Platform Support (markdown) --- Platform-Support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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