Merge pull request #8 from status-im/fix/readme-linux

fix: fix README for Linux
This commit is contained in:
Iuri Matias 2020-05-08 11:11:30 -04:00 committed by GitHub
commit 1dc906c360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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