Fixed readme with line feeds

Change-Id: Ic6203c5b9b1a67a02bef0fbd94ec36ef43d34cb0
This commit is contained in:
Dexter Fryar 2015-03-27 15:43:11 -05:00
parent 3421008156
commit df3f60cf76
1 changed files with 4 additions and 0 deletions

View File

@ -30,9 +30,13 @@ Install the tool dependencies
In the python-monascaclient source directory
virtualenv --no-site-packages .venv
source ./.venv/bin/activate
pip install wheel
python setup.py bdist_wheel
pip install $(ls -1rt dist/*.whl | tail -1) --upgrade
Command-line API