Skip to content

Commit

Permalink
docs: nix flake + AUR is now official
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovyerus committed Mar 19, 2024
1 parent 907c582 commit 8f599ea
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,19 @@ Binary builds of Bandsnatch are available on our
[releases page](https://github.com/Ovyerus/bandsnatch/releases) for Windows, Mac
(both ARM & Intel), and Linux (various architectures).

### Nix flake

If you use [Nix](https://nixos.org), Bandsnatch is available as a flake. You can
try it out without installing via `nix run` or `nix shell`:

```
nix run github:ovyerus/bandsnatch -- --help
nix shell github:ovyerus/bandsnatch
```

You can install it permanently with `nix profile install`, or by adding it to
your NixOS/Home Manager configuration.

### Homebrew

`brew install ovyerus/tap/bandsnatch`
Expand All @@ -105,11 +118,11 @@ scoop bucket add ovyerus https://github.com/Ovyerus/bucket
scoop install bandsnatch
```

### AUR (unofficial)
### AUR

An unofficial AUR package is available from [wale](https://github.com/wale) at
https://aur.archlinux.org/packages/bandsnatch. Either use your favourite AUR
helper, or you can install it manually via the following:
Bandsnatch is also available on the
[AUR](https://aur.archlinux.org/packages/bandsnatch). Either use your favourite
AUR helper, or you can install it manually via the following:

```
git clone https://aur.archlinux.org/bandsnatch.git
Expand Down

0 comments on commit 8f599ea

Please sign in to comment.