docs: use nix-shell as nix-env -iA is bad practice (#622)

This commit is contained in:
haennes 2024-07-08 16:19:02 +02:00 committed by GitHub
commit 0a7db86725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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