one more mini fix

This commit is contained in:
Aliberk Sandıkçı 2023-07-26 14:22:39 +03:00
parent a4926f48f4
commit 7198d71d38
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 2 additions and 1 deletions

View File

@ -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:
```bash
./c-daemon/bin/test
cd c-daemon/bin/
./test
```