diff options
author | haennes <66882117+haennes@users.noreply.github.com> | 2024-07-08 16:19:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 11:19:02 -0300 |
commit | 0a7db867251a8c9467e28115e7f63e7ec66fcc9d (patch) | |
tree | 1ace6114e4649031522fb1d3e0842d3374ca35ad | |
parent | f1cf0ba7856ec7d8f203a1a2c9b8597b3a0cdb14 (diff) |
docs: use nix-shell as nix-env -iA is bad practice (#622)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ pacman -S glow # Void Linux xbps-install -S glow -# Nix -nix-env -iA nixpkgs.glow +# Nix shell +nix-shell -p glow --command glow # FreeBSD pkg install glow |