mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	fixed wget command in readme
github uses a wildcard certificate which is not accepted by wget
This commit is contained in:
		
							parent
							
								
									52df85440e
								
							
						
					
					
						commit
						2497c57976
					
				@ -8,7 +8,7 @@ h2. Setup
 | 
			
		||||
 | 
			
		||||
h3. The automatic installer... (do you trust me?)
 | 
			
		||||
 | 
			
		||||
@wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
 | 
			
		||||
@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
 | 
			
		||||
 | 
			
		||||
h3. The manual way
 | 
			
		||||
 | 
			
		||||
@ -66,4 +66,4 @@ I'm far from being a zsh-expert and suspect there are many ways to improve. If y
 | 
			
		||||
 | 
			
		||||
h3. Send us your theme!
 | 
			
		||||
 | 
			
		||||
I'm hoping to collect a bunch of themes for our command prompts. You can see existing ones in the @themes/@ directory.
 | 
			
		||||
I'm hoping to collect a bunch of themes for our command prompts. You can see existing ones in the @themes/@ directory.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user