We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dce1a6 commit 46556a6Copy full SHA for 46556a6
README.md
@@ -64,8 +64,8 @@ $ sudo systemctl start kibana
64
5. Now to create a development environment, download nvm, git client and yarn
65
66
```
67
-$ curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash
68
-$ nvm install 10.18.0
+$ curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash [then open new terminal]
+$ nvm install 10.21.0
69
$ sudo apt install git
70
$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
71
$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
0 commit comments