blatherskite

a toy discord-like chat app backend written for a swe class
Log | Files | Refs | README

commit 631b76a99c06ba08e8e5c026685da8ef5de6cf8a
parent d733e462af5c33f3c8d91180196fdb9c699eac9a
Author: quantumish <freifeld.david@gmail.com>
Date:   Mon, 14 Nov 2022 12:41:04 -0800

Add the `cassandra_cxx` dependency
Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -11,6 +11,7 @@ You'll need to install CassandraDB for this: you can do that by running: ``` brew install cassandra +brew install cassandra-cpp-driver ``` > **Warning**