Commit 785397cf authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Fix typo

parent 3bce7d37
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash -
sudo apt-get install -y nodejs

# EDIT
url -fsSL https://deb.nodesource.com/setup_22.x  > setup_22.x.sh 
curl -fsSL https://deb.nodesource.com/setup_22.x  > setup_22.x.sh 
sudo bash setup_22.x.sh

# installation de Yarn (gestionnaire de dépendance node)