mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	Update GitHub download URLs in README
From `raw.github.com' to `raw.githubusercontent.com' Fixes #4933
This commit is contained in:
		
							parent
							
								
									83cf8dc16f
								
							
						
					
					
						commit
						8ac1859f37
					
				@ -26,13 +26,13 @@ Oh My Zsh is installed by running one of the following commands in your terminal
 | 
			
		||||
#### via curl
 | 
			
		||||
 | 
			
		||||
```shell
 | 
			
		||||
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
 | 
			
		||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
#### via wget
 | 
			
		||||
 | 
			
		||||
```shell
 | 
			
		||||
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
 | 
			
		||||
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Using Oh My Zsh
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user