Skip to content

Commit d26fca0

Browse files
authored
Update README.md
1 parent 1f85ea1 commit d26fca0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

PNP/README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55

66
### Install dependent libraries
77

8-
Note: not needed if you are using the docker image.
8+
```diff
9+
- Note: not needed if you are using the docker image. -
10+
```
911

1012
sudo apt-get install g++ cmake libxml2 libxml2-dev flex
1113

1214
### Compile the code
1315

14-
Note: not needed if you are using the docker image.
16+
```diff
17+
- Note: not needed if you are using the docker image. -
18+
```
1519

1620
cd PNP
1721
mkdir build
@@ -21,7 +25,9 @@ Note: not needed if you are using the docker image.
2125

2226
### Install
2327

24-
Note: not needed if you are using the docker image.
28+
```diff
29+
- Note: not needed if you are using the docker image. -
30+
```
2531

2632
Choose either global or local install. Choose local install if you plan to develop with PNP and you want to keep several versions on the same machine.
2733

0 commit comments

Comments
 (0)