diff options
| author | 2019-10-09 14:01:15 +0100 | |
|---|---|---|
| committer | 2019-10-09 14:01:15 +0100 | |
| commit | dc8c5ab7dc8b91491dcb432be47fb5a4a2802e6d (patch) | |
| tree | 6f1875d4ea3ad84b93e1777a529fedf277b6c4ac | |
| parent | update CHANGELOG.md (diff) | |
| signature | ||
add "$" to command in README.md to make it more obvious that it's a command
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Python3 event-driven modular IRC bot! ## Requirements -`pip3 install --user -r requirements.txt` +`$ pip3 install --user -r requirements.txt` ## Setup See [docs/help/setup.md](docs/help/setup.md). |
