Skip to content

Commit c6f3de9

Browse files
authored
Update README.md
1 parent 7c6fc99 commit c6f3de9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,25 @@ The files in this package implement JSON encoders and decoders. The package can
2222
# Build Instructions (pre-alpha)
2323

2424
The org.json package can be built from the command line ONLY Maven. The unit tests can be executed from Maven only.
25-
in project's pom.xml add:
25+
In project's pom.xml add in ```<dependencies>```:
26+
```
2627
<dependencies>
2728
<dependency>
2829
<groupId>com.github.leonardofel</groupId>
2930
<artifactId>json-java-put-null-fix</artifactId>
3031
<version>3.0.29</version>
3132
</dependency>
32-
....
3333
</dependencies>
34-
....
34+
```
35+
and add in ```<repositories>```:
36+
```
3537
<repositories>
36-
....
3738
<repository>
3839
<id>jitpack.io</id>
3940
<url>https://jitpack.io</url>
4041
</repository>
4142
</repositories>
43+
```
4244

4345

4446
**Building from the command line**

0 commit comments

Comments
 (0)