mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 10:03:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			255 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			255 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| echo 'install rust'
 | |
| sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
 | |
| curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
 | |
| echo 'export PATH="$$HOME/.cargo/bin:$$PATH"' >> ~/.bash_profile
 | |
| source ~/.bash_profile | 
