We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fc6d25 + c166f92 commit c7779ebCopy full SHA for c7779eb
README.md
@@ -80,6 +80,8 @@ git clone https://github.com/elizaos/eliza.git
80
# Checkout the latest release
81
# This project iterates fast, so we recommend checking out the latest release
82
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`)
85
```
86
87
### Start Eliza with Gitpod
0 commit comments