diff --git a/README.md b/README.md index f1695a5b79..fe63dc19a3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Experiments calling status-go from nim, inspired in [nim-stratus](https://github ``` # linux -??? apt-get install nim ??? +apt-get install nim # macos brew install nim @@ -26,6 +26,12 @@ export PATH=$PATH:/path/to/Qt/5.14.2/clang_64/bin ### 3. Clone and build DOtherside +For Linux: +``` +sudo apt-get install build-essential libgl1-mesa-dev +sudo apt-get install doxygen +``` + ``` git clone https://github.com/filcuc/DOtherSide cd DOtherSide