From 3eb793660c8321f4817e99d3cb957b57f9fa11bd Mon Sep 17 00:00:00 2001 From: Justin Mayfield Date: Fri, 28 Aug 2015 14:47:36 -0600 Subject: [PATCH] Mucking with README style. --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b8f1f8b..30de8ca 100644 --- a/README.md +++ b/README.md @@ -20,22 +20,22 @@ Installation **PyPi Stable Release** - ``` - pip3 install shellish - ``` +``` +pip3 install shellish +``` **Development Release** - ``` - python3.4 ./setup.py build - python3.4 ./setup.py install - ``` - - *or* - - ``` - python3.4 ./setup.py develop - ``` +```bash +python3.4 ./setup.py build +python3.4 ./setup.py install +``` + +*or* + +```bash +$ python3.4 ./setup.py develop +``` Compatibility --------