From ba7e64233af4b0d3ede0b330e64f7f837c6131d2 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Sun, 23 Feb 2020 14:46:39 +0000 Subject: [PATCH] Clarified path settings in usage.md. --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index eb4a2e7..d267c14 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -26,7 +26,7 @@ OpenSCAD has to be setup to find libraries by setting the ```OPENSCADPATH``` env in the directory it points to. This can be done with ```git clone https://github.com/nophead/NopSCADlib.git``` while in that directory or, if you don't want to use GIT, by downloading https://github.com/nophead/NopSCADlib/archive/master.zip and unzipping it to a directory called NopSCADlib. -The ```NopSCADlib/scripts``` directory needs to be added to the executable search path. +The ```NopSCADlib/scripts``` directory needs to be added to the executable search path, ```PATH``` on Windows and ```path``` on Linux and Mac. The installation can be tested by opening ```NopSCADlib/libtest.scad``` in the OpenSCAD GUI. It should render all the objects in the library in about 1 minute.