From af98a57b0ed35c44abc09c6e631ae8d78494e8c0 Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Sat, 19 Jun 2021 15:53:16 +0530 Subject: [PATCH] Updated README.md Added shell code to clone git repo. Not everyone knows how to clone a repo and cd into it :grin: --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5fb2e26..3c9c8b7 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,11 @@ of the nodes have internet access. Clone the repo and cd into it. +```sh +git clone https://git.disroot.org/pranav/naxalnet.git +cd naxalnet +``` + Run `sudo make install` to install naxalnet. This will install naxalnet in `/usr/bin/naxalnet`.