aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Skinner <skinner.david@gmail.com>2020-08-27 19:14:02 +0000
committerDavid Skinner <skinner.david@gmail.com>2020-08-27 19:14:02 +0000
commitef83a3507f90e07672501f04f289cec1e0325845 (patch)
tree5aeb35652f4fdbcf3b0935295c531064c1779b79 /README.md
parente662a135d139be00d9539517df0976318adbdfa1 (diff)
Update README.md. !CGO opt. Close #25.
Diffstat (limited to 'README.md')
-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)