Skip to content

Commit

Permalink
update glistix version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Jun 12, 2024
1 parent e1903ae commit 954f09d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ You can install Glistix in one of the following ways.

1. **From GitHub Releases (non-NixOS):** If you're not using NixOS, you can install Glistix by downloading the latest precompiled binary for your platform at [https://github.com/glistix/glistix/releases](https://github.com/glistix/glistix/releases).

2. **With Nix flakes (NixOS):** Invoke the command below in the command line to download, compile and run a specific release of Glistix - here the latest at the time of writing (v0.1.0).
2. **With Nix flakes (NixOS):** Invoke the command below in the command line to download, compile and run a specific release of Glistix - here the latest at the time of writing (v0.2.0).

```sh
nix run 'github:Glistix/glistix/v0.1.0' -- --help
nix run 'github:Glistix/glistix/v0.2.0' -- --help
```

To install permanently, you can either add `github:Glistix/glistix/v0.1.0` as an input to your system/Home Manager configuration, or use `nix profile`:
To install permanently, you can either add `github:Glistix/glistix/v0.2.0` as an input to your system/Home Manager configuration, or use `nix profile`:

```sh
nix profile install 'github:Glistix/glistix/v0.1.0'
nix profile install 'github:Glistix/glistix/v0.2.0'
```

3. **With Cargo:** You can use Cargo to compile and install Glistix's latest release (v0.1.0 at the time of writing):
3. **With Cargo:** You can use Cargo to compile and install Glistix's latest release (v0.2.0 at the time of writing):
```sh
cargo install --git https://github.com/glistix/glistix --tag v0.1.0 --locked
cargo install --git https://github.com/glistix/glistix --tag v0.2.0 --locked
```
Currently, Glistix cannot be installed through nixpkgs.

0 comments on commit 954f09d

Please sign in to comment.