Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cploutarchou committed Jul 25, 2022
1 parent 93d56db commit 8aef50e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8aef50e

Please sign in to comment.