mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Add MacOS install instructions, closes #33
This commit is contained in:
		
							
								
								
									
										15
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								README.md
									
									
									
									
									
								
							@@ -63,11 +63,10 @@ Explicitly specify the language
 | 
			
		||||
Check out the [Release page](https://github.com/sharkdp/bat/releases) for
 | 
			
		||||
binary builds and Debian packages.
 | 
			
		||||
 | 
			
		||||
#### Arch Linux
 | 
			
		||||
#### On Arch Linux
 | 
			
		||||
 | 
			
		||||
On Arch Linux, you can install
 | 
			
		||||
[the AUR package](https://aur.archlinux.org/packages/bat/) via yaourt, or
 | 
			
		||||
manually:
 | 
			
		||||
You can install [the AUR package](https://aur.archlinux.org/packages/bat/)
 | 
			
		||||
via yaourt, or manually:
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://aur.archlinux.org/bat.git
 | 
			
		||||
@@ -75,6 +74,14 @@ cd bat
 | 
			
		||||
makepkg -si
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
#### On macOS
 | 
			
		||||
 | 
			
		||||
You can install `bat` with [Homebrew](http://braumeister.org/formula/bat):
 | 
			
		||||
 | 
			
		||||
``` bash
 | 
			
		||||
brew install bat
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
### From source
 | 
			
		||||
 | 
			
		||||
If you want to build to compile `bat` from source, you need Rust 1.24 or
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user