Fix multiple commands
No need to use multiple commands when a single one should work.
This commit is contained in:
parent
2a1d73ac46
commit
2922c3445a
|
@ -20,9 +20,7 @@ If you are using [Homebrew](http://mxcl.github.com/homebrew/) on Mac OS X, you c
|
|||
|
||||
If you are using Ubuntu, you can install with:
|
||||
|
||||
sudo apt-get install pkg-config
|
||||
sudo apt-get install sqlite3
|
||||
sudo apt-get install libsqlite3-dev
|
||||
sudo apt-get install pkg-config sqlite3 libsqlite3-dev
|
||||
|
||||
If you are using Windows, you can get pkg-config from below.
|
||||
|
||||
|
|
Loading…
Reference in New Issue