From 6f37fb633b064218b542e4431c2b056ddd8edc6b Mon Sep 17 00:00:00 2001 From: Dionisio E Alonso Date: Mon, 1 Nov 2021 19:45:42 -0300 Subject: [PATCH] Update README instructions to clone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the instructions needed to have the latest versions of each of the sub-modules used in this repository, since there are no longer “Bump commits” that keep track of foreign versions. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 732ebe2..ee645a0 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Submodules Take into account that this project has submodules. When cloning do it as: :: - $ git clone --recurse-submodules https://gitlab.com/baco/dotconf.git + $ git clone --recurse-submodules --remote-submodules https://gitlab.com/baco/dotconf.git Some Neovim/Vim specifics @@ -22,10 +22,10 @@ doing that is: $ curl -sL install-node.now.sh/lts | bash -s -- --prefix ~/.local Periodically update submodules with the following `git` command, or if cloned -without the `--recurse-submodules` git-clone option: +without the `--recurse-submodules` `--remote-submodules` git-clone flags: :: - $ git submodule update --remote + $ git submodule update --remote --init Fonts with icon glyphs