mirror of
1
0
Fork 0
This commit is contained in:
Anish Athalye 2017-04-19 08:46:45 -04:00
parent 53eb3851d1
commit 096035dd98
1 changed files with 3 additions and 2 deletions

View File

@ -70,8 +70,9 @@ editing the variables in the `install` script appropriately.
Setting up Dotbot as a submodule or subrepo locks it on the current version.
You can upgrade Dotbot at any point. If using a submodule, run `git submodule
update --remote dotbot`, substituting `dotbot` with the path to the Dotbot
submodule. If using a subrepo, run `git fetch && git checkout origin/master` in
the Dotbot directory.
submodule; be sure to commit your changes before running `./install`, otherwise
the old version of Dotbot will be checked out by the install script. If using a
subrepo, run `git fetch && git checkout origin/master` in the Dotbot directory.
### Full Example