Skip to content

Commit

Permalink
Merge pull request #188 from stefanprodan/nix-install
Browse files Browse the repository at this point in the history
docs: Add Nix installation instructions
  • Loading branch information
stefanprodan authored Sep 10, 2023
2 parents 681daee + 2128d26 commit f3f3cb3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ The AMD64 and ARM64 binaries can be downloaded from GitHub [releases](https://gi

Note that the [Arkade](https://github.com/alexellis/arkade) version must be 0.9.11 or newer.

=== "Install with nix"

Install the latest release with [nix-env](https://nixos.org/manual/nix/unstable/command-ref/nix-env.html):

```shell
nix-env -i timoni
```

Note that the Nix package will setup shell autocompletion for Bash, Fish and Zsh.

=== "Install from source"

Using Go >= 1.21:
Expand Down

0 comments on commit f3f3cb3

Please sign in to comment.