From 9d4c54f6e82684286be9f2aed9fadaa281683a5b Mon Sep 17 00:00:00 2001 From: Peter Urda Date: Tue, 16 Sep 2014 12:42:55 -0700 Subject: [PATCH] Switch "installation" to bash --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93d019b..c51123d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ Installation mcstatus is available on pypi, and can be installed trivially with: - pip install mcstatus +```bash +pip install mcstatus +``` Alternatively, just clone this repo!