From a945b00b6de3e4f409e67321a8dc10a3102ad71e Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Tue, 28 Dec 2021 17:35:32 +0000 Subject: [PATCH 1/3] improve install instruction thanks to @mitya57 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef057b00..dfa4be01 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ This fork is intended as temporary measure and will possibly stop being maintain ### Install from source - clone this repo - - install py3 and pip if needed (following instruction are for apt-based distributives) - - `sudo apt-get update` - - `sudo apt-get install python3-pip` - - `sudo python3 -m pip install -r requirements.txt` + - install python3 and pip if needed (following instruction are for apt-based distributives) + - `sudo apt-get update` + - `sudo apt-get install python3-pip` + - `python3 -m pip install -r requirements.txt` - Start with: `python3 zeronet.py` - Open the ZeroHello landing page in your browser by navigating to: http://127.0.0.1:43110/ From b044139a4d225697b4ad00604f39e8a334d9a37d Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Tue, 28 Dec 2021 17:45:49 +0000 Subject: [PATCH 2/3] minor README.md update fix grammar Co-authored-by: Dmitry Shachnev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfa4be01..d52da2d4 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ This fork is intended as temporary measure and will possibly stop being maintain ### Install from source - clone this repo - - install python3 and pip if needed (following instruction are for apt-based distributives) + - install python3 and pip if needed (the following instructions are for apt-based distributions) - `sudo apt-get update` - `sudo apt-get install python3-pip` - `python3 -m pip install -r requirements.txt` From a08c1e1825e5368f83c361dd0c875ec72d74a5a5 Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Tue, 28 Dec 2021 17:48:08 +0000 Subject: [PATCH 3/3] minor README improvement apt-get -> apt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d52da2d4..82400148 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ This fork is intended as temporary measure and will possibly stop being maintain - clone this repo - install python3 and pip if needed (the following instructions are for apt-based distributions) - - `sudo apt-get update` - - `sudo apt-get install python3-pip` + - `sudo apt update` + - `sudo apt install python3-pip` - `python3 -m pip install -r requirements.txt` - Start with: `python3 zeronet.py` - Open the ZeroHello landing page in your browser by navigating to: http://127.0.0.1:43110/