mirror of
1
0
Fork 0

Restore information to README

The information that was added in
115210ab17 was removed in
4ed3ffc411 when reorganizing the README.
This commit restores the information.
This commit is contained in:
Anish Athalye 2015-06-02 22:46:39 -07:00
parent 9c1af76e9e
commit c2036b7960
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ assumes that the configuration is located in `install.conf.yaml` the Dotbot
submodule is located in `dotbot`. You can change either of these parameters by
editing the variables in the `install` script appropiately.
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.
### Full Example