aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-09 14:01:15 +0100
committerGravatar jesopo2019-10-09 14:01:15 +0100
commitdc8c5ab7dc8b91491dcb432be47fb5a4a2802e6d (patch)
tree6f1875d4ea3ad84b93e1777a529fedf277b6c4ac
parentupdate CHANGELOG.md (diff)
signature
add "$" to command in README.md to make it more obvious that it's a command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 337f85f4..c170b49c 100644
--- a/README.md
+++ b/README.md
@@ -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).