diff --git a/README.md b/README.md index c6d27df..7af07d2 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,16 @@ make sure you have the following dependencies: 2. GoLang - the compiler that MicroGO uses. ### How to use MicroGO -1. download or clone MicroGO repository from [GitHub](https://github.com/cploutarchou/MicroGO.git) +1. Download or clone MicroGO repository from [GitHub](https://github.com/cploutarchou/MicroGO.git) 2. Run make build command in the root directory of MicroGO. - +## Alternative ways to install MicroGO binaries +Currently, the auto install script is only available for Linux OS fo other OS, you can manually install MicroGO binaries. See section [How to use MicroGO](#how-to-use-microgo) for more information.: +1. Download the binaries from [GitHub Releases](https://github.com/cploutarchou/MicroGO/blob/master/install.sh) +2. Or run the following command: + ```bash + curl -L https://raw.githubusercontent.com/cploutarchou/MicroGO/master/install.sh | bash + ``` ### MicroGO Terminal Commands: * **help** - Show the help commands