From 31d2d9263ade1b58915896be25fad8f9a0d1c5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 4 Jun 2023 15:31:54 +0100 Subject: [PATCH] README: suggest how to install master This might be known by some Go users, but a few users were unaware, so make an explicit mention of it. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8059e8d..c711c65 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Obfuscate Go code by wrapping the Go toolchain. Requires Go 1.20 or later. The tool also supports `garble test` to run tests with obfuscated code, `garble run` to obfuscate and execute simple programs, and `garble reverse` to de-obfuscate text such as stack traces. -See `garble -h` for up to date usage information. +Run `garble -h` to see all available commands and flags. + +You can also use `go install mvdan.cc/garble@master` to install the latest development version. ### Purpose