From 2f4dc4d482a55c3c4b229e801619ec9a9e5fb078 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 27 Nov 2017 00:15:46 +0900 Subject: [PATCH] Add link to automatic installation instructions Close #711 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 73e2068..c980766 100644 --- a/README.md +++ b/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