Skip to content

Commit 09c7b03

Browse files
authored
Merge pull request #861 from fede2442/patch-1
Updated quickstart.md to contemplate common issue
2 parents ea0ebe7 + c2a4675 commit 09c7b03

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/docs/quickstart.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ sidebar_position: 2
88

99
Before getting started with Eliza, ensure you have:
1010

11-
- [Node.js 23.3.0](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
12-
- [pnpm](https://pnpm.io/installation)
11+
- [Python 2.7+](https://www.python.org/downloads/)
12+
- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
13+
- [pnpm 9+](https://pnpm.io/installation)
1314
- Git for version control
1415
- A code editor ([VS Code](https://code.visualstudio.com/) or [VSCodium](https://vscodium.com) recommended)
1516
- [CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit) (optional, for GPU acceleration)
@@ -35,7 +36,9 @@ Before getting started with Eliza, ensure you have:
3536
Switch to latest tagged release
3637

3738
```bash
38-
git checkout v0.0.10
39+
# Checkout the latest release
40+
# This project iterates fast, so we recommend checking out the latest release
41+
git checkout $(git describe --tags --abbrev=0)
3942
```
4043

4144
Install dependencies

0 commit comments

Comments
 (0)