mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 18:34:48 +00:00
fix the way submodule is updated
This commit is contained in:
@@ -576,9 +576,11 @@ If you want to keep it as a submodule, simply do the following
|
||||
```bash
|
||||
$ cd <dotfiles-directory>
|
||||
|
||||
## get latest version
|
||||
$ git submodule update --init --recursive
|
||||
$ git submodule update --remote dotdrop
|
||||
## get latest version of the submodule
|
||||
$ cd dotdrop/
|
||||
$ git checkout master
|
||||
$ git pull
|
||||
$ cd ../
|
||||
|
||||
## update the bash script wrapper
|
||||
$ ./dotdrop/bootstrap.sh
|
||||
|
||||
Reference in New Issue
Block a user