Compare commits

...

2 commits

Author SHA1 Message Date
Thomas Merz 9b1473d76d
Merge branch 'dvorka:master' into update_install_md_for_opensuse 2024-04-25 15:49:15 +02:00
NotAShelf 4e02bd81bf
update Nix installation instructions (#512)
We should avoid recommending nix-env as it will often lead to undesirable behaviour (e.g. name collisions), especially on NixOS.

Read more here: https://stop-using-nix-env.privatevoid.net/
2024-02-25 06:28:14 +01:00

View file

@ -263,7 +263,7 @@ sudo port install hstr
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
nix profile install nixpkgs#hstr
```
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).