From b81d60673f50205c30a86e095265853847220a74 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 2 Feb 2021 14:29:20 +0100
Subject: [PATCH] Documentation update

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index cde5f70..45fa2a7 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,18 @@
 
 > The Field Pest Observation App for VIPS users
 
+## Prerequisites: node, npm, vue-cli and cordova
+Make sure you have the correct versions of npm and nodejs
+Use nvm to install, here's [how to install nvm in the first place](https://github.com/nvm-sh/nvm#installing-and-updating)
+
+Then run:
+
+``` bash
+nvm install --lts
+sudo npm install -g @vue/cli --unsafe-perm
+sudo npm install -g cordova --unsafe-perm
+``` 
+
 ## Build Setup (vuejs)
 
 ``` bash
-- 
GitLab