14 lines
		
	
	
		
			341 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			341 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
up::[[installing things]]
 | 
						|
title::"macos package manager"
 | 
						|
#s/informatique
 | 
						|
 | 
						|
----
 | 
						|
 | 
						|
# Changing installation settings
 | 
						|
You can edit settings for a certain app using : 
 | 
						|
`brew edit <name>`
 | 
						|
That opens a configuration file that controls taht installation settings.
 | 
						|
 | 
						|
Then, you can recompile that app using :
 | 
						|
`brew reinstall --build-from-source <name>`
 |