mirror of
				https://github.com/koalaman/shellcheck.git
				synced 2025-11-04 18:28:23 +08:00 
			
		
		
		
	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:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							a44f3edb14
						
					
				
				
					commit
					b939f86331
				
			@@ -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:
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user