mirror of
1
0
Fork 0
This commit is contained in:
Mariusz 2018-03-08 17:00:57 +00:00 committed by GitHub
commit 0748e8354b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ If you're using Git, you can add Dotbot as a submodule:
cd ~/.dotfiles # replace with the path to your dotfiles
git init # initialize repository if needed
git submodule add https://github.com/anishathalye/dotbot
cp dotbot/tools/git-submodule/install .
ln -s dotbot/tools/git-submodule/install install
touch install.conf.yaml
```
@ -52,7 +52,7 @@ hg init # initialize repository if needed
echo "dotbot = [git]https://github.com/anishathalye/dotbot" > .hgsub
hg add .hgsub
git clone https://github.com/anishathalye/dotbot
cp dotbot/tools/hg-subrepo/install .
ln -s dotbot/tools/hg-subrepo/install install
touch install.conf.yaml
```