From f8e991c201a81a7441fce72a0ba344562c43cb20 Mon Sep 17 00:00:00 2001 From: Matthew Swain Date: Thu, 30 Nov 2017 20:35:32 +0000 Subject: [PATCH] Update README.md Clarified the gcc requirement to avoid confusion. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad00f10..bddbf8b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This package can be installed with the go get command: _go-sqlite3_ is *cgo* package. If you want to build your app using go-sqlite3, you need gcc. -However, if you install _go-sqlite3_ with `go install github.com/mattn/go-sqlite3`, you don't need gcc to build your app anymore. +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. Documentation -------------