2025-02-03 10:59:02 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								---
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								last_review_date: "1970-01-01"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								---
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-05-13 14:13:07 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								# Homebrew Docs
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								These are the source files for the [Homebrew documentation site ](https://docs.brew.sh/ ).
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2025-06-24 11:14:57 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								A [GitHub Action ](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/docs.yml ) is run to validate each change before the site is deployed to GitHub Pages.
							 
						 
					
						
							
								
									
										
										
										
											2024-05-13 14:13:07 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								## Usage
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Open < https: / / docs . brew . sh >  in your web browser.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2025-02-03 13:23:16 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								To instead generate the site locally, available on localhost:4000, run:
							 
						 
					
						
							
								
									
										
										
										
											2024-05-13 14:13:07 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```bash
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								cd `brew --repository` /docs
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								bundle install
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								bundle exec jekyll serve --watch
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```