From 0cf82050d8050730f5954a8f52c49beefe1a8971 Mon Sep 17 00:00:00 2001 From: Benjamin Baer <benjamin.baer@math.uzh.ch> Date: Tue, 23 Jun 2020 16:29:20 +0200 Subject: [PATCH] minor update --- Documentation-develop/SETUP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation-develop/SETUP.md b/Documentation-develop/SETUP.md index 4245d123e..6bce1e5c7 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 -------------------- -- GitLab