From b044139a4d225697b4ad00604f39e8a334d9a37d Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Tue, 28 Dec 2021 17:45:49 +0000 Subject: [PATCH] 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`