Selaa lähdekoodia

Update README: be explicit about reloading .vimrc (#8)

Junegunn Choi 12 vuotta sitten
vanhempi
sitoutus
5b72a5fc26
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -45,7 +45,7 @@ Plug 'junegunn/vim-easy-align'
 call plug#end()
 ```
 
-Then `:PlugInstall` to install plugins.
+Reload .vimrc and `:PlugInstall` to install plugins.
 
 ### Plugin directory
 
@@ -97,8 +97,8 @@ scheme.
   - Plugfile includes `Plug 'junegunn/dummy3'`
 - [junegunn/dummy3](https://github.com/junegunn/dummy3/blob/master/Plugfile)
 
-If you put `Plug 'junegunn/dummy1'` in your configuration file, and run
-`:PlugInstall`,
+If you put `Plug 'junegunn/dummy1'` in your configuration file, reload it, and
+run `:PlugInstall`,
 
 1. vim-plug first installs dummy1
 2. And sees if the repository has Plugfile