From 3cbecc37d78232c3d0c5c8bb0e8e4dc223bab5f7 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Mon, 18 Jul 2022 20:18:22 +0800 Subject: [PATCH] Updated Platform Support (markdown) --- Platform-Support.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform-Support.md b/Platform-Support.md index 4f975c5..eb3b3fd 100644 --- a/Platform-Support.md +++ b/Platform-Support.md @@ -2,6 +2,8 @@ Mango supports all OS on amd64. You can install Mango using either [`docker-compose`](https://github.com/hkalexling/Mango#docker) or the official docker images on [Dockerhub](https://hub.docker.com/r/hkalexling/mango). If you are using Linux, it is recommended to use the pre-built binary file from the latest [release](https://github.com/hkalexling/Mango/releases/). The binary file contains all the dependencies and static files, so it's the easiest way to get Mango up and running. +Note: If you are using Windows, you might want to set `git config core.autocrlf false` before cloning the repo. Credits to [@tr7zw](https://github.com/tr7zw) + ### arm32v7/arm64v8 Please follow the instructions below to install Mango on ARM devices.