From d07405b0cc31ebd6609e21d0c7dfa2c971a6c478 Mon Sep 17 00:00:00 2001 From: blissful Date: Sun, 29 Oct 2023 14:57:09 -0400 Subject: [PATCH] add release branch that points to latest release --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2676ef..7799988 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,14 @@ Nix Flakes with [this installer](https://github.com/DeterminateSystems/nix-insta Then, to install Rosé, run: ```bash -$ nix profile install github:azuline/rose +$ nix profile install github:azuline/rose/release +``` + +The above command installs the latest release of Rosé. If you instead wish to +run the latest unstable version of Rosé, install Rosé with: + +```bash +$ nix profile install github:azuline/rose/master ``` # Quickstart