From 8ad5a5fb3ab9083a6f23482ea3b8a03b53160fcf Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 22 Feb 2023 21:12:22 +0100 Subject: [PATCH] readme: merge paragraphs about GOFLAGS --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6aadd0d..c41a949 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,9 @@ For end users, a `Makefile` is provided: For development, you can use `go run ./cmd/soju` as usual. To link with the system libsqlite3, set `GOFLAGS="-tags=libsqlite3"`. To disable -SQLite support, set `GOFLAGS="-tags=nosqlite"`. To build with PAM authentication -support, set `GOFLAGS="-tags=pam"`. - -To use an alternative SQLite library that does not require CGO, set `GOFLAGS="-tags=moderncsqlite"`. +SQLite support, set `GOFLAGS="-tags=nosqlite"`. To use an alternative SQLite +library that does not require CGO, set `GOFLAGS="-tags=moderncsqlite"`. To +build with PAM authentication support, set `GOFLAGS="-tags=pam"`. ## Contributing