From 5b20a86d53e208b48627210c5feba8c15bd74ebb Mon Sep 17 00:00:00 2001 From: Lenny0939 <145877461+Lenny0939@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:42:59 +1100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38f8a7db5..407618448 100644 --- a/README.md +++ b/README.md @@ -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`