From 43944fabdc386ea321cc858012d07c8f995639d5 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 20 Oct 2021 21:55:20 +0800 Subject: [PATCH] doc: fix packer.nvim install instruction --- docs/README.md | 4 ++-- 1 file 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