update readme
This commit is contained in:
parent
4d2ffde181
commit
8fd2cd77cf
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -9,6 +9,21 @@ This repo will be include two separate daemons. One of them is written with C la
|
||||||
|
|
||||||
<br>
|
<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
|
### C-Daemon
|
||||||
Dependencies `git, go, gcc`
|
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
|
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:
|
<!-- How to **build** c-daemon + go processes:
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.aliberksandikci.com.tr/liderahenk/go-daemon
|
git clone https://git.aliberksandikci.com.tr/liderahenk/go-daemon
|
||||||
|
|
Loading…
Reference in a new issue