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