1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 19:30:40 +00:00

update issue with import and redirect to wiki

This commit is contained in:
deadc0de6
2018-04-10 22:59:52 +02:00
parent 3dc5813f66
commit c62449b92a
2 changed files with 4 additions and 93 deletions

View File

@@ -17,20 +17,7 @@ except:
Dotdrop has been updated to be included in pypi and
the way it needs to be called has slightly changed.
If you want to keep it as a submodule (recommended), simply do the following:
First get the latest version of dotdrop:
$ git submodule foreach git pull origin master
$ git add dotdrop
$ git commit -m 'update dotdrop'
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
See https://github.com/deadc0de6/dotdrop/wiki/migrate-from-submodule
'''
print(errmsg)
sys.exit(1)