From ce7596c890193f982f5b6531acaadecfa49df5b4 Mon Sep 17 00:00:00 2001
From: PgBiel <9021226+PgBiel@users.noreply.github.com>
Date: Wed, 24 Apr 2024 02:32:14 -0300
Subject: [PATCH] add "releasing very soon" note
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 193a33950..94441dbe7 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,8 @@
+## NOTE: We are releasing very soon, check back later!
+
Glistix is a **fork of [the Gleam compiler](https://github.com/gleam-lang/gleam)** which adds a **[Nix](https://nixos.org/) backend**, so that you can **compile Gleam code into Nix** and **use it in your configurations!**
This allows you to leverage Gleam's **type-safety** and **simplicity** to write reasonable and more correct code. You will also be able to use **Gleam's tooling** in your favor, such as unit tests and easy package management.