From 88f64a056149e30cc980dca31c6c53d445a3a371 Mon Sep 17 00:00:00 2001 From: guly Date: Sat, 15 Oct 2022 21:17:27 +0200 Subject: [PATCH] Update README.md (#684) right path for sh file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3832810..42bcec15 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ The awesome version includes a lot of great plugins, configurations and color sc To install for multiple users, the repository needs to be cloned to a location accessible for all the intended users. git clone --depth=1 https://github.com/amix/vimrc.git /opt/vim_runtime - sh ~/.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 user0 user1 user2 + # to install for all users with home directories, note that root will not be included + 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.