From fa61b70d41d00f85c83772c505769747b2d2a3f5 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Wed, 11 Aug 2021 14:32:29 +0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b7f59b..2e1fac7 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,12 @@ This project aims to create a peer to peer (p2p) network, where a user can use t
-## Installation +## Installation from source 1. Ensure the Go compiler is installed -2. Ensure docker is installed (Should run without sudo) + ``` + go version + ``` +3. Ensure docker is installed (Should run without sudo) ``` docker ps ``` @@ -74,7 +77,7 @@ This project aims to create a peer to peer (p2p) network, where a user can use t ``` ./p2prc -h ``` -[Read more on the installation](Docs/Installation.md) +[Read more on the installation and usage](Docs/Installation.md)