Просмотр исходного кода

Add link to automatic installation instructions

Close #711
Junegunn Choi 8 лет назад
Родитель
Сommit
2f4dc4d482
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -36,6 +36,11 @@ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
     https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
 ```
 
+You can automate the process by putting the command in your Vim configuration
+file as suggested [here][auto].
+
+[auto]: https://github.com/junegunn/vim-plug/wiki/tips#automatic-installation
+
 ###### Windows (PowerShell)
 
 ```powershell