update readme

This commit is contained in:
Aliberk Sandıkçı 2023-07-29 13:06:36 +03:00
parent 4d2ffde181
commit 8fd2cd77cf
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 16 additions and 0 deletions

View File

@ -9,6 +9,21 @@ This repo will be include two separate daemons. One of them is written with C la
<br>
### 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
```
<!-- How to **build** c-daemon + go processes:
```bash
git clone https://git.aliberksandikci.com.tr/liderahenk/go-daemon