Fix mistake in README.md (#730)

Sudo is not necessary to use nix-shell, and puts you in a shell as root which is not ideal
This commit is contained in:
Lenny0939
2024-02-21 11:42:59 +11:00
committed by GitHub
parent 6ad1262f4a
commit 5b20a86d53
+1 -1
View File
@@ -32,7 +32,7 @@ There are [screenshots on different platforms](https://github.com/fastfetch-cli/
* Fedora: `sudo dnf install fastfetch`
* Gentoo: `sudo emerge --ask app-misc/fastfetch`
* Alpine: `apk add --upgrade fastfetch`
* NixOS: `sudo nix-shell -p fastfetch`
* NixOS: `nix-shell -p fastfetch`
* openSUSE: `sudo zypper install fastfetch`
* ALT Linux: `sudo apt-get install fastfetch`