From d61c2fbe723f4297dd8e6bcf0bd9392600e0d416 Mon Sep 17 00:00:00 2001 From: Neutronic Date: Tue, 28 May 2024 15:48:51 -0700 Subject: [PATCH] chore(readme): update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e1246e0..f206019 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Built with [Postgres](https://www.postgresql.org/) and [DrizzleORM](https://driz ## Usage +> [!NOTE] +> This project is currently unlicensed, meaning Paroxity retains all rights to the code. Usage by other projects is +> currently prohibited for the time being. We will be adding an open source license before the full release. + This project is intended to be used as a library. Paroxity is using it by including it as a submodule in [Hive Tools](https://hivetools.app). @@ -15,3 +19,7 @@ This project uses [pnpm](https://pnpm.io/) as a package manager. Get started by ```bash pnpm install ``` + +## Contributing + +As of right now, this project is not open source and therefore not accepting contributions.