Skip to content

Commit

Permalink
Merge pull request elizaOS#861 from fede2442/patch-1
Browse files Browse the repository at this point in the history
Updated quickstart.md to contemplate common issue
  • Loading branch information
jkbrooks authored Dec 5, 2024
2 parents 59ba65d + 4794eae commit e0507d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ sidebar_position: 2

Before getting started with Eliza, ensure you have:

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

```bash
git checkout v0.0.10
# Checkout the latest release
# This project iterates fast, so we recommend checking out the latest release
git checkout $(git describe --tags --abbrev=0)
```

Install dependencies
Expand Down

0 comments on commit e0507d5

Please sign in to comment.