Skip to content

Commit e448aff

Browse files
committed
Minor update to Linux build instructions.
1 parent 9b7ff9d commit e448aff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

target/patches/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ cmake --build . --config Release --target install
242242
cd ../..
243243
```
244244

245-
You can now either build a local web server
245+
You can now build a local web server:
246246
```bash
247247
cd ~/development
248248
git 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
267268
cd /path/to/InterSpec/target/electron
268269

269270
sudo apt-get install nodejs npm

0 commit comments

Comments
 (0)