Merge pull request #8 from status-im/fix/readme-linux
fix: fix README for Linux
This commit is contained in:
commit
1dc906c360
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue