diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-20 21:55:20 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-20 21:55:20 +0800 |
| commit | 43944fabdc386ea321cc858012d07c8f995639d5 (patch) | |
| tree | ae406d3b3d0e8e06e821816394c27918638fe0ae /docs/README.md | |
| parent | d13aae9b1952fef8dd715bfee27f4410e6b39fe7 (diff) | |
doc: fix packer.nvim install instruction
Diffstat (limited to 'docs/README.md')
| -rw-r--r-- | docs/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md index e5ce9e8..a78cf6d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -186,13 +186,13 @@ plugins. We need to install packer.nvim on our system first. For Windows, if curl is installed, use the following command (on PowerShell): ``` -git clone --depth=1 https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim" +git clone --depth=1 https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\opt\packer.nvim" ``` For macOS and Linux, use the following command: ```bash -git clone --depth=1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim +git clone --depth=1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/opt/packer.nvim ``` ## How to install this configuration |
