Add a note about the FoundationDB client library requirement to the README
This commit is contained in:
parent
a99f7bb87d
commit
a3b3bf86ba
|
@ -11,6 +11,8 @@ https://signal.org/docs/
|
|||
How to Build
|
||||
------------
|
||||
|
||||
This project uses [FoundationDB](https://www.foundationdb.org/) and requires the FoundationDB client library to be installed on the host system. With that in place, the server can be built and tested with:
|
||||
|
||||
```shell script
|
||||
$ ./mvnw clean test
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue