From 3a1d5fa3201c381f0fb26cfad92e0f77f59179a4 Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 26 Jul 2023 14:17:41 +0300 Subject: [PATCH] mini fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf8a0d..1a90004 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ How to **build** c-daemon + go processes: ```bash git clone https://git.aliberksandikci.com.tr/liderahenk/go-daemon cd go-daemon/ -go build -o c-daemon/bin/ info +go build -o c-daemon/bin/ c-daemon/go-files/info gcc -o c-daemon/bin/test c-daemon/daemon/test.c c-daemon/daemon/daemon.c ```