aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-11-21 15:45:34 +0800
committerjdhao <jdhao@hotmail.com>2021-11-21 15:45:34 +0800
commit927a57452c3a9c1d7c8632cae1a580f2df9cc908 (patch)
treec054067a2e4b63170ed8ba00aa7ac69a2db608eb /docs/README.md
parentaf17364730f73f30442c33921b2e55f9a3147f24 (diff)
update packer-related instructions
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md
index d67db69..526de9d 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -205,9 +205,10 @@ directory, and run the following command to install this configuration:
git clone --depth=1 https://github.com/jdhao/nvim-config.git .
```
-After that, when we first open nvim, run command `:PackerInstall` to install
-all the plugins. Since I use quite a lot of plugins (more than 60), it may take
-some time to install all of them, depending on your network condition.
+After that, when we first open nvim, run command `:PackerSync` to install all
+the plugins and generate `packer_compiled.lua`. Since I use quite a lot of
+plugins (more than 60), it may take some time to install all of them, depending
+on your network condition.
# Automatic installation