From 0a7db867251a8c9467e28115e7f63e7ec66fcc9d Mon Sep 17 00:00:00 2001 From: haennes <66882117+haennes@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:19:02 +0200 Subject: [PATCH] docs: use nix-shell as nix-env -iA is bad practice (#622) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3750751..6294de5 100644 --- a/README.md +++ b/README.md @@ -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