Updated documentation to make code snippet clearer

Documentation previously showed on screen as two commands on the same
line, which made it appear incorrectly to be one command. I have
changed the code so it now shows each command on a separate line
and in code documentation format as opposed to standard text format.

Change-Id: I12b0ca96bb5942e6b1ea331c72a98d3c7f4b6580
This commit is contained in:
Frank White 2016-06-01 13:29:19 +01:00
parent cd6447ffb5
commit 176001d685

View File

@ -16,7 +16,7 @@ Installing and Upgrading the API server
* libmysqlclient-dev
* python-dev
NOTE: MySQL must be >= 5.6
NOTE: MySQL must be >= 5.6::
sudo apt-get update
sudo apt-get install libpq-dev libmysqlclient-dev python-dev