Add a note about the FoundationDB client library requirement to the README

This commit is contained in:
Jon Chambers 2025-06-24 22:08:57 -04:00
parent a99f7bb87d
commit a3b3bf86ba
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ https://signal.org/docs/
How to Build 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 ```shell script
$ ./mvnw clean test $ ./mvnw clean test
``` ```