one more mini fix
This commit is contained in:
parent
a4926f48f4
commit
7198d71d38
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ gcc -o c-daemon/bin/test c-daemon/daemon/test.c c-daemon/daemon/daemon.c
|
||||||
|
|
||||||
How to **start** c-daemon + go processes:
|
How to **start** c-daemon + go processes:
|
||||||
```bash
|
```bash
|
||||||
./c-daemon/bin/test
|
cd c-daemon/bin/
|
||||||
|
./test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue