diff options
author | wei2912 <wei2912_support@hotmail.com> | 2013-06-18 17:54:06 +0800 |
---|---|---|
committer | wei2912 <wei2912_support@hotmail.com> | 2013-06-18 17:54:06 +0800 |
commit | 2922c3445a80f1e6de804054dcabc68640358f1d (patch) | |
tree | 83bd688c04072846681aa1ad1beba1679d8c2393 | |
parent | Add goveralls for travis (diff) | |
download | golite-2922c3445a80f1e6de804054dcabc68640358f1d.tar.gz golite-2922c3445a80f1e6de804054dcabc68640358f1d.tar.xz |
Fix multiple commands
No need to use multiple commands when a single one should work.
-rw-r--r-- | README.mkd | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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. |