From d4c2db218bb31ff1e1637c1ad8e0532d2b967a0e Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Mon, 2 Dec 2024 13:36:23 +0100 Subject: [PATCH] docs: add golang installation instructions Signed-off-by: AtomicFS --- docs/src/firmware-action/get_started/04_get_firmware_action.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/firmware-action/get_started/04_get_firmware_action.md b/docs/src/firmware-action/get_started/04_get_firmware_action.md index e678ae27..155a5621 100644 --- a/docs/src/firmware-action/get_started/04_get_firmware_action.md +++ b/docs/src/firmware-action/get_started/04_get_firmware_action.md @@ -4,4 +4,5 @@ You can get Firmware-Action multiple ways: - clone the repository and [build the executable yourself](../usage_local.md) - download pre-compiled executable from [releases](https://github.com/9elements/firmware-action/releases). - Arch Linux [AUR package](https://aur.archlinux.org/packages/firmware-action) +- build from source with golang `go install github.com/9elements/firmware-action/cmd/firmware-action@latest`