diff --git a/docs/wiki/How To Contribute/tutorial.md b/docs/wiki/How To Contribute/tutorial.md index 18d3244..5d193c4 100644 --- a/docs/wiki/How To Contribute/tutorial.md +++ b/docs/wiki/How To Contribute/tutorial.md @@ -106,13 +106,13 @@ You need Node and npm for building this project. I recomment installing and mana curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash nvm install node ``` +On windows you can install Node from [here](pathname://https://nodejs.org/en). + Initialize the project and install dependencies: ``` npm install ``` -On windows you can install Node from [here](pathname://https://nodejs.org/en). - ### Local Development ```