From 42d1aa1eaa41e4556f59bd0f82ee91217772b153 Mon Sep 17 00:00:00 2001 From: pali112 Date: Thu, 4 Dec 2025 13:49:23 -0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit zmiana adresów --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6477280b..c5278933 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ I would, of course, recommend using the awesome version. ### Install for your own user only The awesome version includes a lot of great plugins, configurations and color schemes that make Vim a lot better. To install it simply do following from your terminal: - git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime + git clone --depth=1 https://gitea.myftp.org/pali112/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 --depth=1 https://github.com/amix/vimrc.git /opt/vim_runtime + git clone --depth=1 https://gitea.myftp.org/pali112/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, note that root will not be included sh /opt/vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime --all