diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-30 01:29:03 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-30 01:29:03 +0800 |
| commit | 5bf969e327c2734fbdfe82d4d3c8d7b40742d1db (patch) | |
| tree | 7f37ebc2d2b0e3676b924f4c98ea517c002f91a4 /docs | |
| parent | cdccb404b57d48598f8db56ba21ccfd8e6c27ea6 (diff) | |
update doc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md index a78cf6d..25b3f57 100644 --- a/docs/README.md +++ b/docs/README.md @@ -69,7 +69,7 @@ export PATH="$HOME/.npm-packages/bin:$PATH" ## Git -Git is used by the plugin manager packer.nvim to clone plugins from GitHub or +Git is used by the plugin manager [packer.nvim](https://github.com/wbthomason/packer.nvim) to clone plugins from GitHub or other Git repositories. Since Git is usually pre-installed on Linux and macOS, we do not need to worry @@ -180,8 +180,8 @@ setups. ## Install plugin manager packer.nvim -I use [packer.nvim](https://github.com/wbthomason/packer.nvim) to manage my -plugins. We need to install packer.nvim on our system first. +I use packer.nvim to manage my plugins. We need to install packer.nvim on our +system first. For Windows, if curl is installed, use the following command (on PowerShell): |
