From e7a01026da4b6de3ec63270ede2c5a4f7e6992c0 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 6 May 2020 17:43:35 -0400 Subject: [PATCH] update readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9b43e6d99..1dcfa0229c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ Experiments calling status-go from nim, inspired in [nim-stratus](https://github.com/status-im/nim-stratus) by [@arnetheduck](https://github.com/arnetheduck) - ![Image](screenRec.gif) ``` @@ -11,7 +10,6 @@ Experiments calling status-go from nim, inspired in [nim-stratus](https://github # 2. Install QT, and add it to the PATH export PATH=$PATH:/path/to/Qt/5.14.2/gcc_64/bin - # 3. Clone and build DOtherside git clone https://github.com/filcuc/DOtherSide cd DOtherSide @@ -28,7 +26,13 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/dotherside/build/lib # by executing `make status-go-desktop` -# 6. +# 6. +## linux make build + +## macos +make build-osx + +#7. ./nim_status_client ```