File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ cmake --build . --config Release --target install
242242cd ../..
243243```
244244
245- You can now either build a local web server
245+ You can now build a local web server:
246246``` bash
247247cd ~ /development
248248git clone --recursive https://github.com/sandialabs/interspec/
@@ -261,9 +261,10 @@ ln -s ../external_libs/SpecUtils/d3_resources ./external_libs/
261261./bin/InterSpec.exe --docroot . --http-address 127.0.0.1 --http-port 8080 -c ./data/config/wt_config_localweb.xml
262262
263263# And then point your browser to http://localhost:8080 to access the application
264+ ```
264265
265-
266- # Or if you want the desktop version of the application, see InterSpec/target/electron/README.md for build instructions
266+ Or if you want the desktop version of the application; see InterSpec/target/electron/README.md for full build instructions, but a summary is:
267+ ``` bash
267268cd /path/to/InterSpec/target/electron
268269
269270sudo apt-get install nodejs npm
You can’t perform that action at this time.
0 commit comments