From 2dce0ecdb755434ab3327642afff643dfc9d6755 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 23 Dec 2017 22:16:39 +0100 Subject: [PATCH] migration doc updated --- README.md | 10 ++++++++-- dotdrop/dotdrop.py | 5 ++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2919ff0..05b44d3 100644 --- a/README.md +++ b/README.md @@ -582,13 +582,19 @@ $ cd ## get latest version of the submodule $ git submodule foreach git pull origin master -## and update it upstream +## and stage the changes $ git add dotdrop $ git commit -m 'update dotdrop' -$ git push ## update the bash script wrapper $ ./dotdrop/bootstrap.sh + +## and stage the change to the dotdrop.sh script +$ git add dotdrop.sh +$ git commit -m 'update dotdrop.sh' + +## and finally push the changes upstream +$ git push ``` Otherwise, simply install it from pypi as explained [above](#with-pypi) diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index daaa2d2..5277c21 100644 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -23,9 +23,12 @@ First get the latest version of dotdrop: $ git submodule foreach git pull origin master $ git add dotdrop $ git commit -m 'update dotdrop' - $ git push And then re-run the bootstrap script to update \"dotdrop.sh\": $ ./dotdrop/bootstrap.sh + $ git add dotdrop.sh + $ git commit -m 'update dotdrop.sh' +And finally push the changes upstream + $ git push For more, see https://github.com/deadc0de6/dotdrop#migrate-from-submodule '''