From da62659c58737601b3d653afdef5df84b2a927e4 Mon Sep 17 00:00:00 2001 From: RewardedIvan <67065165+RewardedIvan@users.noreply.github.com> Date: Fri, 2 Sep 2022 05:47:55 +0300 Subject: [PATCH] Fix "ennviroment" (#1077) Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 518cd0b..25a2496 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ go build --tags "icu json1 fts5 secure_delete" # Compilation -This package requires the `CGO_ENABLED=1` ennvironment variable if not set by default, and the presence of the `gcc` compiler. +This package requires the `CGO_ENABLED=1` environment variable if not set by default, and the presence of the `gcc` compiler. If you need to add additional CFLAGS or LDFLAGS to the build command, and do not want to modify this package, then this can be achieved by using the `CGO_CFLAGS` and `CGO_LDFLAGS` environment variables.