Fix git clone instruction - separate code blocks for Windows and UNIX.
This commit is contained in:
		
							parent
							
								
									daf2dc38fc
								
							
						
					
					
						commit
						313bd75ca0
					
				|  | @ -41,6 +41,10 @@ Clone kickstart.nvim: | |||
| ```sh | ||||
| # on Linux and Mac | ||||
| git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim | ||||
| ``` | ||||
| 
 | ||||
| 
 | ||||
| ``` | ||||
| # on Windows | ||||
| git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\  | ||||
| ``` | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Chris Patti
						Chris Patti