Skip to content

Commit 9bdd542

Browse files
authored
Merge pull request #501 from matthewswain/patch-1
Update README.md
2 parents b3bd820 + f8e991c commit 9bdd542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This package can be installed with the go get command:
2020

2121
_go-sqlite3_ is *cgo* package.
2222
If you want to build your app using go-sqlite3, you need gcc.
23-
However, if you install _go-sqlite3_ with `go install github.com/mattn/go-sqlite3`, you don't need gcc to build your app anymore.
23+
However, after you have built and installed _go-sqlite3_ with `go install github.com/mattn/go-sqlite3` (which requires gcc), you can build your app without relying on gcc in future.
2424

2525
Documentation
2626
-------------

0 commit comments

Comments
 (0)