Put all the apt-get instructions on one line

This commit is contained in:
Eric Fischer 2016-03-10 12:15:49 -08:00
parent c387af48cc
commit 652abc9a62
2 changed files with 2 additions and 6 deletions

@ -227,9 +227,7 @@ MacOS:
Linux:
sudo apt-get install libprotobuf-dev
sudo apt-get install protobuf-compiler
sudo apt-get install libsqlite3-dev
sudo apt-get install libprotobuf-dev protobuf-compiler libsqlite3-dev
Then build:

@ -264,9 +264,7 @@ Linux:
.PP
.RS
.nf
sudo apt\-get install libprotobuf\-dev
sudo apt\-get install protobuf\-compiler
sudo apt\-get install libsqlite3\-dev
sudo apt\-get install libprotobuf\-dev protobuf\-compiler libsqlite3\-dev
.fi
.RE
.PP