Skip to content

Commit 3f9e3dc

Browse files
committed
Merge remote-tracking branch 'upstream/master' into multi-pom
2 parents e290537 + 28ec9e3 commit 3f9e3dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,15 @@ Multihash filePointer = Multihash.fromBase58("QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ew
5151
byte[] fileContents = ipfs.cat(filePointer);
5252
```
5353

54+
## Dependencies
55+
* [Multiaddr](https://github.com/multiformats/java-multiaddr)
56+
* [Multihash](https://github.com/multiformats/java-multihash)
57+
5458
## Building
5559
---------
56-
To build just run make. There are no dependencies, just include the resulting IPFS.jar in your project.
60+
To build just run `ant dist`. The dependencies are included in the `./lib` directory, and automatically copied to the `./dist/lib` directory.
5761

58-
To run tests use make tests.
62+
To run tests use `ant test`.
5963

6064
## Contribute
6165

0 commit comments

Comments
 (0)