From 69445e3aeac95f0caa7cdc4613d072f841c67928 Mon Sep 17 00:00:00 2001 From: Radek Sienkiewicz Date: Thu, 2 Jan 2025 18:27:39 +0100 Subject: [PATCH] Updated git command for checking latest release --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c91531ddb..7f79aa2995 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ git clone https://github.com/elizaos/eliza.git # Checkout the latest release # This project iterates fast, so we recommend checking out the latest release git checkout $(git describe --tags --abbrev=0) +# If the above doesn't checkout the latest release, this should work: +# git checkout $(git describe --tags `git rev-list --tags --max-count=1`) ``` ### Start Eliza with Gitpod