aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)