Minor changes in README

It's a recommended practice to use apt instead apt-get:
>apt is a second command-line based front end provided by APT which overcomes some design mistakes of apt-get.
https://debian-handbook.info/browse/stable/sect.apt-get.html

Also added sudo for commands needed root privileges.
This commit is contained in:
Yancharuk Alexander 2021-07-31 06:24:20 +03:00 committed by GitHub
parent a44f3edb14
commit b939f86331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -143,7 +143,7 @@ On systems with Stack (installs to `~/.local/bin`):
On Debian based distros:
apt-get install shellcheck
sudo apt install shellcheck
On Arch Linux based distros:
@ -157,8 +157,8 @@ On Gentoo based distros:
On EPEL based distros:
yum -y install epel-release
yum install ShellCheck
sudo yum -y install epel-release
sudo yum install ShellCheck
On Fedora based distros:
@ -166,7 +166,7 @@ On Fedora based distros:
On FreeBSD:
pkg install hs-ShellCheck
sudo pkg install hs-ShellCheck
On macOS (OS X) with Homebrew: