From 8a22c900a6bd624e23773cf6db70b10688fbf473 Mon Sep 17 00:00:00 2001 From: Josh Bowen Date: Fri, 15 Nov 2024 14:54:04 -0700 Subject: [PATCH] don't use tag v1.0.0 --- docs/components/_clone-geth.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/components/_clone-geth.md b/docs/components/_clone-geth.md index ffdc7ed..e9b8784 100644 --- a/docs/components/_clone-geth.md +++ b/docs/components/_clone-geth.md @@ -5,7 +5,6 @@ ```bash [SSH] git clone git@github.com:astriaorg/astria-geth.git cd astria-geth -git checkout tags/v1.0.0 just -f dev/justfile build # You can move the binary to a location in your PATH if you'd like @@ -16,7 +15,6 @@ astria-geth version ```bash [HTTPS] git clone https://github.com/astriaorg/astria-cli-go.git cd astria-geth -git checkout tags/v1.0.0 just -f dev/justfile build # You can move the binary to a location in your PATH if you'd like