From e448aff09a704920a61484df26f2ebb359d7ad41 Mon Sep 17 00:00:00 2001 From: William Johnson Date: Thu, 31 Mar 2022 23:03:19 -0700 Subject: [PATCH] Minor update to Linux build instructions. --- target/patches/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/target/patches/README.md b/target/patches/README.md index 0c64f5ac..8507f3ff 100644 --- a/target/patches/README.md +++ b/target/patches/README.md @@ -242,7 +242,7 @@ cmake --build . --config Release --target install cd ../.. ``` -You can now either build a local web server +You can now build a local web server: ```bash cd ~/development git clone --recursive https://github.com/sandialabs/interspec/ @@ -261,9 +261,10 @@ ln -s ../external_libs/SpecUtils/d3_resources ./external_libs/ ./bin/InterSpec.exe --docroot . --http-address 127.0.0.1 --http-port 8080 -c ./data/config/wt_config_localweb.xml # And then point your browser to http://localhost:8080 to access the application +``` - -# Or if you want the desktop version of the application, see InterSpec/target/electron/README.md for build instructions +Or if you want the desktop version of the application; see InterSpec/target/electron/README.md for full build instructions, but a summary is: +```bash cd /path/to/InterSpec/target/electron sudo apt-get install nodejs npm