Skip to content

Commit

Permalink
Merge pull request #1705 from velvet-shark/readme-git-command
Browse files Browse the repository at this point in the history
Update git command for checking latest release
  • Loading branch information
monilpat authored Jan 11, 2025
2 parents 8fc6d25 + c166f92 commit c7779eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,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
Expand Down

0 comments on commit c7779eb

Please sign in to comment.