From a4926f48f40c6494e4a58fb4bd5a370a6ca38e4a Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 26 Jul 2023 14:19:15 +0300 Subject: [PATCH] reallyyy... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a90004..44ad256 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/ c-daemon/go-files/info +go build -o c-daemon/bin/ c-daemon/go-files/info.go gcc -o c-daemon/bin/test c-daemon/daemon/test.c c-daemon/daemon/daemon.c ```