diff --git a/README.md b/README.md index 7651d28..f787ddb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ This repo will be include two separate daemons. One of them is written with C la
+### C-Daemon + +Dependencies `git, go, gcc` + +Debian/Pardus +```sudo apt install git go gcc``` + How to **build** c-daemon + go processes: ```bash git clone https://git.aliberksandikci.com.tr/liderahenk/go-daemon diff --git a/c-daemon/bin/info b/c-daemon/bin/info index bf79657..5c3cc41 100755 Binary files a/c-daemon/bin/info and b/c-daemon/bin/info differ diff --git a/c-daemon/bin/test b/c-daemon/bin/test index 883ee86..eaa5380 100755 Binary files a/c-daemon/bin/test and b/c-daemon/bin/test differ