diff options
author | David Skinner <skinner.david@gmail.com> | 2020-08-27 19:14:02 +0000 |
---|---|---|
committer | David Skinner <skinner.david@gmail.com> | 2020-08-27 19:14:02 +0000 |
commit | ef83a3507f90e07672501f04f289cec1e0325845 (patch) | |
tree | 5aeb35652f4fdbcf3b0935295c531064c1779b79 | |
parent | e662a135d139be00d9539517df0976318adbdfa1 (diff) |
Update README.md. !CGO opt. Close #25.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |