From cd58d14608e4b800aabaa5af395b2a02a71e1e1f Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 1 Jul 2021 17:33:58 +0200 Subject: [PATCH] README.md: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0ae961..96f982e 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ Install irctest and dependencies: ``` git clone https://github.com/ProgVal/irctest.git cd irctest -pip3 install --user -r requirements.txt pyxmpp2-scram +pip3 install --user -r requirements.txt python3 setup.py install --user ``` -Add `~/.local/bin/` (and/or `~/.local/bin/` for Ergo) +Add `~/.local/bin/` (and/or `~/go/bin/` for Ergo) to your `PATH` if it is not. ```