summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaennes <66882117+haennes@users.noreply.github.com>2024-07-08 16:19:02 +0200
committerGitHub <noreply@github.com>2024-07-08 11:19:02 -0300
commit0a7db867251a8c9467e28115e7f63e7ec66fcc9d (patch)
tree1ace6114e4649031522fb1d3e0842d3374ca35ad
parentf1cf0ba7856ec7d8f203a1a2c9b8597b3a0cdb14 (diff)
docs: use nix-shell as nix-env -iA is bad practice (#622)
-rw-r--r--README.md4
1 files 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