Skip to content

Commit

Permalink
add release branch that points to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Oct 29, 2023
1 parent d85dbd1 commit d07405b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d07405b

Please sign in to comment.