Skip to content

Commit 370ae62

Browse files
authoredJan 11, 2025
Merge pull request elizaOS#1705 from velvet-shark/readme-git-command
Update git command for checking latest release
2 parents 5912664 + 4e068f1 commit 370ae62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ git clone https://github.com/elizaos/eliza.git
8080
# Checkout the latest release
8181
# This project iterates fast, so we recommend checking out the latest release
8282
git checkout $(git describe --tags --abbrev=0)
83+
# If the above doesn't checkout the latest release, this should work:
84+
# git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
8385
```
8486

8587
### Start Eliza with Gitpod

0 commit comments

Comments
 (0)