From 8fd2cd77cf9dd13ddde90460326fd712e673b52c Mon Sep 17 00:00:00 2001 From: asandikci Date: Sat, 29 Jul 2023 13:06:36 +0300 Subject: [PATCH] update readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 629ee9a..a503c64 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,21 @@ This repo will be include two separate daemons. One of them is written with C la
+ +### Go-Daemon +Dependencies `git, go` + +Debian/Pardus +```bash +sudo apt install git golang-go +``` + +Build / Install with: +```bash +wget -q0- https://git.aliberksandikci.com.tr/Liderahenk/go-daemon/raw/branch/main/go-daemon/install.sh | sh +``` + + ### C-Daemon Dependencies `git, go, gcc` @@ -22,6 +37,7 @@ Build / Install with: wget -qO- https://git.aliberksandikci.com.tr/Liderahenk/go-daemon/raw/branch/main/c-daemon/tmp-install.sh | sh ``` +