Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit cb5de72

Browse files
committed
Updated the README to reflect embedded cassandra for tests
1 parent ed8a1ac commit cb5de72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ LACK is a consensus library based on the Cassandra database system. See [here](h
44

55
# Build
66

7-
Make sure that a Cassandra database is running and the keyspace `lack` exists.
7+
The test will start an embedded cassandra server. If the used ports are already in use the tests will fail.
88

9-
Then run `gradle build`.
9+
A `gradle build` will build the project.

0 commit comments

Comments
 (0)