Update README instructions to clone

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.
This commit is contained in:
Dionisio E Alonso 2021-11-01 19:45:42 -03:00
parent 6b3392b79f
commit 6f37fb633b
1 changed files with 3 additions and 3 deletions

View File

@ -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