mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 18:34:48 +00:00
update doc on updating dotdrop when used as a submodule
This commit is contained in:
@@ -25,6 +25,7 @@ sub="dotdrop"
|
||||
cd "${cur}" || { echo "Directory \"${cur}\" doesn't exist, aborting." && exit; }
|
||||
# init/update the submodule
|
||||
git submodule update --init --recursive
|
||||
git submodule update --remote dotdrop
|
||||
# launch dotdrop
|
||||
PYTHONPATH=dotdrop python3 -m dotdrop.dotdrop "${args[@]}"
|
||||
# pivot back
|
||||
|
||||
Reference in New Issue
Block a user