From 0cedb35a1820797576d4e5b4ea73a3135f0c8dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gr=C3=BCner?= <47506558+MegaRedHand@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:42:06 -0300 Subject: [PATCH] docs: add `@latest` to `go install` command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24f120a2..79ef5bc7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ For development, we require [the `go` toolchain to be installed](https://go.dev/ To install the devnet using the `go` toolchain: ```sh -go install github.com/Layr-Labs/avs-devnet/cmd/avs-devnet +go install github.com/Layr-Labs/avs-devnet/cmd/avs-devnet@latest ``` > [!IMPORTANT]