Skip to content

Commit

Permalink
Minor update to Linux build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Apr 1, 2022
1 parent 9b7ff9d commit e448aff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions target/patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand Down

0 comments on commit e448aff

Please sign in to comment.