fix - project name
This commit is contained in:
parent
54454ebbc2
commit
f628630ea5
|
@ -1,4 +1,5 @@
|
|||
libstatus.a
|
||||
nim_status_client
|
||||
nim_libstatus
|
||||
data/
|
||||
noBackup/
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue