From ad04c80d1e4aa570965389b0b11c9b5ba5698d42 Mon Sep 17 00:00:00 2001
From: Martin Delille <martin@delille.org>
Date: Fri, 6 Dec 2019 07:21:09 +0100
Subject: [PATCH] Add nvm for fish

---
 doc/development_guide.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/development_guide.md b/doc/development_guide.md
index bec7a541..ee2b8659 100644
--- a/doc/development_guide.md
+++ b/doc/development_guide.md
@@ -9,11 +9,13 @@ To build Cesium, you will have to:
  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`
 
   - Configure NodeJS to use a version 6: (**WARNING**: upper version will NOT work !) 
-- 
GitLab