diff options
author | mattn <mattn.jp@gmail.com> | 2018-01-22 11:25:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 11:25:10 +0900 |
commit | 9bdd5428f7d3754cbda0efab73be02be36e921ed (patch) | |
tree | 87f7b902a39d6158cabcec986af38fc6099c3c98 | |
parent | Merge pull request #515 from mattn/fix514 (diff) | |
parent | Update README.md (diff) | |
download | golite-9bdd5428f7d3754cbda0efab73be02be36e921ed.tar.gz golite-9bdd5428f7d3754cbda0efab73be02be36e921ed.tar.xz |
Merge pull request #501 from matthewswain/patch-1
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ This package can be installed with the go get command: _go-sqlite3_ is *cgo* package. If you want to build your app using go-sqlite3, you need gcc. -However, if you install _go-sqlite3_ with `go install github.com/mattn/go-sqlite3`, you don't need gcc to build your app anymore. +However, after you have built and installed _go-sqlite3_ with `go install github.com/mattn/go-sqlite3` (which requires gcc), you can build your app without relying on gcc in future. Documentation ------------- |