docs: update documentation for shell requirement
This commit is contained in:
		
							parent
							
								
									d77d510ce9
								
							
						
					
					
						commit
						fc056cec59
					
				@ -16,7 +16,7 @@ it does it too. You have to confirm everything it will do before it starts.
 | 
			
		||||
* Command Line Tools (CLT) for Xcode: `xcode-select --install`,
 | 
			
		||||
  [developer.apple.com/downloads](https://developer.apple.com/downloads) or
 | 
			
		||||
  [Xcode](https://itunes.apple.com/us/app/xcode/id497799835) <sup>[3](#3)</sup>
 | 
			
		||||
* A Bourne-compatible shell for installation (e.g. `bash` or `zsh`) <sup>[4](#4)</sup>
 | 
			
		||||
* The Bourne-again shell for installation (i.e. `bash`) <sup>[4](#4)</sup>
 | 
			
		||||
 | 
			
		||||
## Git Remote Mirroring
 | 
			
		||||
 | 
			
		||||
@ -75,5 +75,5 @@ Apple Developer account on older versions of Mac OS X. Sign up for free
 | 
			
		||||
[here](https://developer.apple.com/register/index.action).
 | 
			
		||||
 | 
			
		||||
<a name="4"><sup>4</sup></a> The one-liner installation method found on
 | 
			
		||||
[brew.sh](https://brew.sh) requires a Bourne-compatible shell (e.g. bash or
 | 
			
		||||
zsh). Notably, fish, tcsh and csh will not work.
 | 
			
		||||
[brew.sh](https://brew.sh) requires the Bourne-again shell, i.e. bash.
 | 
			
		||||
Notably, zsh, fish, tcsh and csh will not work.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user