From 92cd105550de5814417353c5af8219e3a3dbb8fe Mon Sep 17 00:00:00 2001 From: Kier Petrov Date: Thu, 30 Mar 2023 14:59:26 -0700 Subject: [PATCH] adding documentation on how to install FiloDB into maven repo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fb8f5a4de..e7aca61c1 100644 --- a/README.md +++ b/README.md @@ -810,6 +810,8 @@ Please go to the [architecture](doc/architecture.md) doc. Run the tests with `sbt test`, or for continuous development, `sbt ~test`. Noisy cassandra logs can be seen in `filodb-test.log`. +To install FiloDB jars into local maven repository run `sbt publishM2`. + The docs use [mermaid](https://github.com/knsv/mermaid) and [doctoc](https://github.com/thlorenz/doctoc). On a Mac, to install: brew install yarn