From d0f97b3a0c939991938023c39e97fb32f43bcae5 Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 26 Jul 2023 15:39:48 +0300 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f787ddb..405a55a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ This repo will be include two separate daemons. One of them is written with C la Dependencies `git, go, gcc` Debian/Pardus -```sudo apt install git go gcc``` +```bash +sudo apt install git golang-go gcc +``` How to **build** c-daemon + go processes: ```bash