fix - project name
This commit is contained in:
parent
54454ebbc2
commit
f628630ea5
|
@ -1,4 +1,5 @@
|
||||||
libstatus.a
|
libstatus.a
|
||||||
|
nim_status_client
|
||||||
nim_libstatus
|
nim_libstatus
|
||||||
data/
|
data/
|
||||||
noBackup/
|
noBackup/
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# nim-status
|
# 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)
|
![Image](screenRec.gif)
|
||||||
|
|
||||||
|
@ -29,5 +30,5 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/dotherside/build/lib
|
||||||
|
|
||||||
# 6.
|
# 6.
|
||||||
nimble build
|
nimble build
|
||||||
./nim_libstatus
|
./nim_status_client
|
||||||
```
|
```
|
||||||
|
|
|
@ -4,7 +4,7 @@ author = "Richard Ramos"
|
||||||
description = "A new awesome nimble package"
|
description = "A new awesome nimble package"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
srcDir = "src"
|
srcDir = "src"
|
||||||
bin = "nim_libstatus"
|
bin = "nim_status_client"
|
||||||
|
|
||||||
[Deps]
|
[Deps]
|
||||||
Requires: "nim >= 1.0.0, nimqml >= 0.7.0"
|
Requires: "nim >= 1.0.0, nimqml >= 0.7.0"
|
Loading…
Reference in New Issue