From d5aa4772a04c7765b227798c991b1f2f036ba58f Mon Sep 17 00:00:00 2001 From: Geno Date: Sun, 5 Mar 2017 21:02:36 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index f648a06..dd19418 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -42,7 +42,7 @@ mkdir -p /var/www/html/meshviewer/data #### Standalone If you like to run a meshviewer standalone, just set `enable` under section `[webserver]` to `true`. -Configurate the meshviewer to `/data/` and put the `build` directory of this [meshviewer](https://github.com/ffrgb/meshviewer) under `/var/www/html/meshviewer`. +Configurate the [meshviewer](https://github.com/ffrgb/meshviewer) set `dataPath` in `config.json` to `/data/` and put the `build` directory under `/var/www/html/meshviewer`. #### With webserver (Apache, nginx) Change following path under section `[nodes]` to what you need.