From 13a698483cce8f798608637c768f8ae87c380b60 Mon Sep 17 00:00:00 2001 From: Caleb Taylor Date: Wed, 7 Aug 2019 11:34:24 -0700 Subject: [PATCH] updated correct installation --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f4d86eaf..2f8bf4ec 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,24 @@ -# The Ultimate vimrc - My-Addons Edition +# The Ultimate vimrc - Addons Edition Additional mappings and a few modifications. [EasyMotion](https://github.com/easymotion/vim-easymotion) is included in the plugins. -## How to install the My-Addons branch? +## How to install the Addons Edition? ### Install for your own user only - git clone -b my-addons --single-branch --depth=1 https://github.com/aquaductape/vimrc.git ~/.vim_runtime + git clone --depth=1 https://github.com/aquaductape/vimrc.git ~/.vim_runtime sh ~/.vim_runtime/install_awesome_vimrc.sh ### Install for multiple users To install for multiple users, the repository needs to be cloned to a location accessible for all the intended users. - git clone -b my-addons --single-branch --depth=1 https://github.com/aquaductape/vimrc.git /opt/vim_runtime - sh ~/.vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime user0 user1 user2 + git clone --depth=1 https://github.com/aquaductape/vimrc.git /opt/vim_runtime + sh /opt/vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime user0 user1 user2 # to install for all users with home directories - sh ~/.vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime --all + sh /opt/vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime --all + +Naturally, `/opt/vim_runtime` can be any directory, as long as all the users specified have read access. ## Additional Mappings