Skip to content
Snippets Groups Projects
Commit b9a7c904 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Merge branch 'add-fish-nvm' into 'master'

Add nvm for fish

See merge request !604
parents 890526bb ad04c80d
No related branches found
No related tags found
1 merge request!604Add nvm for fish
Pipeline #7456 passed
...@@ -9,11 +9,13 @@ To build Cesium, you will have to: ...@@ -9,11 +9,13 @@ To build Cesium, you will have to:
sudo apt-get install build-essential sudo apt-get install build-essential
``` ```
- Installing [nvm](https://github.com/creationix/nvm) - Installing [nvm](https://github.com/nvm-sh/nvm)
``` ```
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash
``` ```
If you are using fish shell, there is a [dedicated plugin](https://github.com/jorgebucaran/fish-nvm).
> Then reload your terminal, for instance by executing the commande `bash` > Then reload your terminal, for instance by executing the commande `bash`
- Configure NodeJS to use a version 6: (**WARNING**: upper version will NOT work !) - Configure NodeJS to use a version 6: (**WARNING**: upper version will NOT work !)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment