From dc8c5ab7dc8b91491dcb432be47fb5a4a2802e6d Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 9 Oct 2019 14:01:15 +0100 Subject: [PATCH] add "$" to command in README.md to make it more obvious that it's a command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).