diff --git a/Documentation-develop/SETUP.md b/Documentation-develop/SETUP.md index 4245d123e209973800ca5498ce23cd988bb8ece8..6bce1e5c7536a77fca23d6b971203552f8df4a9b 100644 --- a/Documentation-develop/SETUP.md +++ b/Documentation-develop/SETUP.md @@ -34,13 +34,13 @@ Preparations You can use the command `make bootstrap` from the root folder of the git QFQ project to setup your Development Enviroment. -To only set it up for running mock ups, use: +Or run: ``` sudo npm install grunt-cli -g -npm update +npm install grunt default ``` -from the root directory of the git QFQ project. +manually from the root directory of the git QFQ project. Working with Mockups --------------------