Skip to content

Commit

Permalink
nvm version update
Browse files Browse the repository at this point in the history
  • Loading branch information
timolegros committed Dec 30, 2024
1 parent 10f7551 commit d7447ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/guides/docker-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide provides instructions for installing and running the Eliza chatbot us
1. **Install NVM**:

```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
source ~/.bashrc
nvm install v23.3.0
```
Expand All @@ -29,6 +29,7 @@ This guide provides instructions for installing and running the Eliza chatbot us
```

4. **Install Dependencies**
See https://github.com/elizaOS/eliza/issues/1460
```bash
pnpm install --no-frozen-lockfile
```
Expand Down

0 comments on commit d7447ee

Please sign in to comment.