Skip to content

Commit

Permalink
docs: add install instructions for nix to readme (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: linuxissuper <[email protected]>

Close #26
  • Loading branch information
linuxissuper authored Jan 28, 2024
1 parent d56deea commit b6a9d79
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,21 @@ For RedHat-based Linux, you need `alsa-lib-devel`.
```sh
yay -S gtt-bin
```

### Nix ❄️ ([nixpkgs-unstable](https://search.nixos.org/packages?channel=unstable&show=gtt&from=0&size=50&sort=relevance&type=packages&query=gtt))

add to your package list or run with:

```sh
nix-shell -p '(import <nixpkgs-unstable> {}).gtt' --run gtt
```

or with flakes enabled:

```sh
nix run github:nixos/nixpkgs#gtt
```

### Prebuild

Binary file is available in [Release Page](https://github.com/eeeXun/gtt/releases) for Linux and macOS on x86_64.
Expand Down

0 comments on commit b6a9d79

Please sign in to comment.