1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00

improve documentation

This commit is contained in:
deadc0de6
2017-12-23 22:11:18 +01:00
parent f8f41bf63b
commit c493f8ab8f
3 changed files with 43 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ sub="dotdrop"
# pivot
cd "${cur}" || { echo "Folder \"${cur}\" doesn't exist, aborting." && exit; }
# init/update the submodule
git submodule foreach git pull origin master
git submodule update --init --recursive
# launch dotdrop
PYTHONPATH=dotdrop python3 -m dotdrop.dotdrop --cfg="${cfg}" "${args[@]}"
# pivot back