From 0cbea609de81a9f8effa26c90fc4b784f032a348 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 23 Dec 2017 21:42:23 +0100 Subject: [PATCH] update doc on how to update dotdrop submodule --- README.md | 1 + dotdrop/dotdrop.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index aebcc21..21dce2a 100644 --- a/README.md +++ b/README.md @@ -578,6 +578,7 @@ $ cd ## get latest version $ git submodule update --init --recursive +$ git submodule update --remote dotdrop ## update the bash script wrapper $ ./dotdrop/bootstrap.sh diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index 5f7637b..c510223 100644 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -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