Skip to content

Commit

Permalink
docs: use nix-shell as nix-env -iA is bad practice (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
haennes authored Jul 8, 2024
1 parent f1cf0ba commit 0a7db86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a7db86

Please sign in to comment.