mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Simplify compile and run from sources
This commit is contained in:
		@@ -97,13 +97,6 @@ If you have the latest stable Rust toolchain installed on your local system, clo
 | 
				
			|||||||
```bash
 | 
					```bash
 | 
				
			||||||
git clone https://github.com/meilisearch/MeiliSearch.git
 | 
					git clone https://github.com/meilisearch/MeiliSearch.git
 | 
				
			||||||
cd MeiliSearch
 | 
					cd MeiliSearch
 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
In the cloned repository, compile MeiliSearch.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
```bash
 | 
					 | 
				
			||||||
rustup override set stable
 | 
					 | 
				
			||||||
rustup update stable
 | 
					 | 
				
			||||||
cargo run --release
 | 
					cargo run --release
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user