From bbd15bace01950dcb511a00ea6e4a02cdd65221f Mon Sep 17 00:00:00 2001 From: Justin Mayfield Date: Fri, 28 Aug 2015 14:48:42 -0600 Subject: [PATCH] Mucking with README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30de8ca..5a8e808 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,15 @@ pip3 install shellish **Development Release** -```bash +```sh python3.4 ./setup.py build python3.4 ./setup.py install ``` *or* -```bash -$ python3.4 ./setup.py develop +``` +python3.4 ./setup.py develop ``` Compatibility