mirror of
1
0
Fork 0

README: Link rather than coping install script shim (address #146)

This commit is contained in:
Mariusz Wojtasik 2018-03-08 17:44:51 +01:00
parent fe9ca6f5ed
commit bbb839c0f0
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
```