aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2013-06-18 03:41:30 -0700
committermattn <mattn.jp@gmail.com>2013-06-18 03:41:30 -0700
commitf7461000f1863f3ed9c26c1f3074d86df138cfd5 (patch)
tree83bd688c04072846681aa1ad1beba1679d8c2393
parentAdd goveralls for travis (diff)
parentFix multiple commands (diff)
downloadgolite-f7461000f1863f3ed9c26c1f3074d86df138cfd5.tar.gz
golite-f7461000f1863f3ed9c26c1f3074d86df138cfd5.tar.xz
Merge pull request #63 from wei2912/patch-1
Fix multiple commands
-rw-r--r--README.mkd4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.mkd b/README.mkd
index f74a962..01ee39b 100644
--- a/README.mkd
+++ b/README.mkd
@@ -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.