mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
docs: use nix-shell as nix-env -iA is bad practice (#622)
This commit is contained in:
parent
f1cf0ba785
commit
0a7db86725
1 changed files with 2 additions and 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue