diff options
author | cznic <0xjnml@gmail.com> | 2020-08-28 08:53:12 +0000 |
---|---|---|
committer | cznic <0xjnml@gmail.com> | 2020-08-28 08:53:12 +0000 |
commit | fd8a2964deeb3139dc2f3b994d3b0f29096d3c21 (patch) | |
tree | 5aeb35652f4fdbcf3b0935295c531064c1779b79 | |
parent | e662a135d139be00d9539517df0976318adbdfa1 (diff) | |
parent | ef83a3507f90e07672501f04f289cec1e0325845 (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.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) |