summaryrefslogtreecommitdiffstats
path: root/tests/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index fd753254e1..415622e098 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -12,8 +12,9 @@ Make sure you are the user who is developer (permissions, except sudo ofc)
sudo apt-get install nodejs npm chromium-browser
cd /path/to/your/netdata
-
npm install
+cd node_modules
+git clone https://github.com/BrainDoctor/jasmine-node.git
```
That should install the necessary node modules.