Skip to content

Commit

Permalink
README.md: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Jul 1, 2021
1 parent 2972706 commit cd58d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
Expand Down

0 comments on commit cd58d14

Please sign in to comment.