1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

update doc on how to update dotdrop submodule

This commit is contained in:
deadc0de6
2017-12-23 21:42:23 +01:00
parent f14907be85
commit 0cbea609de
2 changed files with 2 additions and 0 deletions

View File

@@ -578,6 +578,7 @@ $ cd <dotfiles-directory>
## get latest version
$ git submodule update --init --recursive
$ git submodule update --remote dotdrop
## update the bash script wrapper
$ ./dotdrop/bootstrap.sh

View File

@@ -21,6 +21,7 @@ If you want to keep it as a submodule (recommended), simply do the following:
First get the latest version of dotdrop:
$ git submodule update --init --recursive
$ git submodule update --remote dotdrop
And then re-run the bootstrap script to update \"dotdrop.sh\":
$ ./dotdrop/bootstrap.sh