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 ``` +