We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b4743 commit cb37cd3Copy full SHA for cb37cd3
README.md
@@ -58,7 +58,12 @@ Then read the [Documentation](https://ai16z.github.io/eliza/) to learn how to cu
58
### Manually Start Eliza (Only recommended if you know what you are doing)
59
60
```bash
61
+# Clone the repository
62
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)
67
```
68
69
### Edit the .env file
0 commit comments