Skip to content

Commit cb37cd3

Browse files
Reade
1 parent f1b4743 commit cb37cd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@ Then read the [Documentation](https://ai16z.github.io/eliza/) to learn how to cu
5858
### Manually Start Eliza (Only recommended if you know what you are doing)
5959

6060
```bash
61+
# Clone the repository
6162
git clone https://github.com/ai16z/eliza.git
63+
64+
# Checkout the latest release
65+
# This project iterates fast, so we recommend checking out the latest release
66+
git checkout $(git describe --tags --abbrev=0)
6267
```
6368

6469
### Edit the .env file

0 commit comments

Comments
 (0)