mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-26 17:33:50 +08:00
Polishing nix installation.
This commit is contained in:
parent
7f7711567c
commit
9a41d5e95b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ brew install hh
|
|||
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
|
||||
|
||||
## nix package manager
|
||||
To install hstr using the [nix package manager](https://nixos.org/nix/) e.g. on [NixOS](https://nixos.org/) you can use the [nix derivation for hstr](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/misc/hstr/default.nix):
|
||||
To install HSTR using the [nix package manager](https://nixos.org/nix/) e.g. on [NixOS](https://nixos.org/) you can use the [nix derivation for HSTR](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/misc/hstr/default.nix):
|
||||
|
||||
```bash
|
||||
nix-env -i hstr
|
||||
|
|
Loading…
Reference in a new issue