Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit b637ffd

Browse files
committed
Move running with locally built OpenSCAP library section.
This section movement improve the context of the content. Also remove one extra "$" from CMake command.
1 parent 973edc7 commit b637ffd

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ export LIBRARY_PATH=/PATH/TO/DIR/WITH/openscap.soFILE/
4848
Additionally it is possible to use custom CMake definitions instead of exporting environment variables:
4949

5050
```console
51-
$$ cmake -DOPENSCAP_LIBRARIES:PATH=/local/openscap.so/filepath/ \
51+
$ cmake -DOPENSCAP_LIBRARIES:PATH=/local/openscap.so/filepath/ \
5252
-DOPENSCAP_INCLUDE_DIRS:PATH=/local/openscap/include/path \
5353
-DOPENSCAP_VERSION:STRING="X.Y.Z" \
5454
../
@@ -83,12 +83,7 @@ $ scap-workbench /path/to/sds-file
8383

8484
4b) Run SCAP Workbench: (straight from build dir, without installation)
8585

86-
```console
87-
$ cd build/
88-
$ bash runwrapper.sh ./scap-workbench
89-
```
90-
91-
If you have built SCAP-Workbench against locally built OpenSCAP library, then run one of the following commands:
86+
Note: If you have built SCAP-Workbench against locally built OpenSCAP library, then run one of the following commands:
9287

9388
```console
9489
$ ldconfig /PATH/TO/DIR/WITH/openscap.soFILE/
@@ -98,6 +93,13 @@ or
9893
$ export LD_LIBRARY_PATH=/PATH/TO/DIR/WITH/openscap.soFILE/
9994
```
10095

96+
and then:
97+
98+
```console
99+
$ cd build/
100+
$ bash runwrapper.sh ./scap-workbench
101+
```
102+
101103
What now?
102104
---------
103105

0 commit comments

Comments
 (0)