aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/README.md6
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):