From 91ee83e024e404e01916464f6d7ab176e2d0bc0d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr>
Date: Tue, 11 Oct 2022 14:17:25 +0200
Subject: [PATCH] [ivette] fix install instructions

---
 ivette/ivette-opam.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ivette/ivette-opam.sh b/ivette/ivette-opam.sh
index 8638b62e820..5ad16f79a7d 100755
--- a/ivette/ivette-opam.sh
+++ b/ivette/ivette-opam.sh
@@ -33,13 +33,13 @@ PWD=`pwd`
 function InstallHelp()
 {
     echo "Ivette Requirements:"
-    echo "  - node v16.* (not v17 and higher)"
-    echo "  - yarn v1.0+ (higher is ok)"
+    echo "  - node v16"
+    echo "  - yarn (any version)"
     echo "Recommanded Installation:"
     echo "  - install nvm (https://github.com/nvm-sh/nvm)"
-    echo "  - run `nvm use 16`"
-    echo "  - run `npm install --global yarn`"
-    echo "  - run `ivette`"
+    echo "  - run 'nvm use 16'"
+    echo "  - run 'npm install --global yarn'"
+    echo "  - run 'ivette'"
 }
 
 # --------------------------------------------------------------------------
-- 
GitLab