Update README.md (#520)
This commit is contained in:
		
							parent
							
								
									ee9790b381
								
							
						
					
					
						commit
						14cf319dbd
					
				| 
						 | 
					@ -39,19 +39,19 @@ Neovim's configurations are located under the following paths, depending on your
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Clone kickstart.nvim:
 | 
					Clone kickstart.nvim:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```sh
 | 
					 | 
				
			||||||
# on Linux and Mac
 | 
					# on Linux and Mac
 | 
				
			||||||
 | 
					```sh
 | 
				
			||||||
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
 | 
					git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					 | 
				
			||||||
# on Windows (cmd)
 | 
					# on Windows (cmd)
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\ 
 | 
					git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\ 
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					 | 
				
			||||||
# on Windows (powershell)
 | 
					# on Windows (powershell)
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ 
 | 
					git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ 
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue