fix - project name

This commit is contained in:
Richard Ramos 2020-05-06 13:51:37 -04:00
parent 54454ebbc2
commit f628630ea5
No known key found for this signature in database
GPG Key ID: 80D4B01265FDFE8F
5 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
libstatus.a
nim_status_client
nim_libstatus
data/
noBackup/

View File

@ -1,6 +1,7 @@
# nim-status
Experiments calling status-go from nim
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)
@ -29,5 +30,5 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/dotherside/build/lib
# 6.
nimble build
./nim_libstatus
./nim_status_client
```

View File

@ -4,7 +4,7 @@ author = "Richard Ramos"
description = "A new awesome nimble package"
license = "MIT"
srcDir = "src"
bin = "nim_libstatus"
bin = "nim_status_client"
[Deps]
Requires: "nim >= 1.0.0, nimqml >= 0.7.0"