aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcznic <0xjnml@gmail.com>2020-08-28 08:53:12 +0000
committercznic <0xjnml@gmail.com>2020-08-28 08:53:12 +0000
commitfd8a2964deeb3139dc2f3b994d3b0f29096d3c21 (patch)
tree5aeb35652f4fdbcf3b0935295c531064c1779b79
parente662a135d139be00d9539517df0976318adbdfa1 (diff)
parentef83a3507f90e07672501f04f289cec1e0325845 (diff)
Merge branch 'patch-1' into 'master'
Update README.md. !CGO opt. Close #25. Closes #25 See merge request cznic/sqlite!14
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 117136c..04cc6af 100644
--- a/README.md
+++ b/README.md
@@ -6,4 +6,8 @@ Installation
$ go get modernc.org/sqlite
+Or for installation without CGO enabled:
+
+ $ CGO_ENABLED=0 go get modernc.org/sqlite
+
Documentation: [godoc.org/modernc.org/sqlite](http://godoc.org/modernc.org/sqlite)