aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index be0e3e3..caad7fe 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ You will also want to add `$GOPATH/bin` to your `$PATH`.
`libblkid-devel` for RPM, should already be part of `util-linux` for Arch).
Once this is setup, you can run `make fscrypt` to build the executable in
-the root directory. Pass `"LDFLAGS += -static"` to `make` to get a static
+the root directory. See the `Makefile` for instructions on building a static
executable. If a Go project contains C code, the go compiler produces a
dynamically linked binary by default.