edited readme for nimble packaging
This commit is contained in:
parent
f69b202da8
commit
01f9333774
1 changed files with 4 additions and 1 deletions
|
@ -39,9 +39,12 @@ There are some configuration variables explicit to me, you'll need to change the
|
||||||
Configuration variables are compile - there are no config files or runtime parameters (except for "rofi")
|
Configuration variables are compile - there are no config files or runtime parameters (except for "rofi")
|
||||||
|
|
||||||
Each tool is compiled separately, for example:
|
Each tool is compiled separately, for example:
|
||||||
```nim
|
```sh
|
||||||
|
nimble install
|
||||||
|
or
|
||||||
nim c pingclock
|
nim c pingclock
|
||||||
```
|
```
|
||||||
|
|
||||||
and then run with
|
and then run with
|
||||||
```sh
|
```sh
|
||||||
./pingclock
|
./pingclock
|
||||||
|
|
Loading…
Reference in a new issue