mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Fix Fedora instructions in README
Correct instructions regarding Fedora Modular repos.
This commit is contained in:
		
				
					committed by
					
						
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							c483e49b92
						
					
				
				
					commit
					724a5fac99
				
			@@ -113,10 +113,10 @@ pacman -S bat
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### On Fedora
 | 
					### On Fedora
 | 
				
			||||||
 | 
					
 | 
				
			||||||
On Fedora 29 and higher, you can install `bat` from the official package sources:
 | 
					You can install `bat` from the [Fedora Modular](https://docs.fedoraproject.org/en-US/modularity/using-modules/) repository. On Fedora 29 and higher, it is enabled by default. Otherwise, run `dnf install fedora-repos-modular` to set up, and make sure that the `fedora-modular` and `fedora-updates-modular` repos are enabled in `/etc/yum.repos.d`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
dnf install bat
 | 
					dnf module install bat
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### On Void Linux
 | 
					### On Void Linux
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user