summaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md17
1 files changed, 4 insertions, 13 deletions
diff --git a/BUILD.md b/BUILD.md
index f6a4f264..dba8b22f 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -17,20 +17,11 @@ make
# Build fzf binary and copy it to bin directory
make install
-# Build 32-bit and 64-bit executables and tarballs in target
-make release
-
-# Make release archives for all supported platforms in target
-make release-all
-```
-
-### Using `go get`
+# Build fzf binaries and archives for all platforms using goreleaser
+make build
-Alternatively, you can build fzf directly with `go get` command without
-manually cloning the repository.
-
-```sh
-go get -u github.com/junegunn/fzf
+# Publish GitHub release
+make release
```
Third-party libraries used