mirror of
1
0
Fork 0

Adjust docs to fix execution permission on install

This commit is contained in:
Felipe Santos 2020-06-25 14:04:46 +00:00
parent 043373ea74
commit 772913d622
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ git init # initialize repository if needed
git submodule add https://github.com/anishathalye/dotbot
git config -f .gitmodules submodule.dotbot.ignore dirty # ignore dirty commits in the submodule
cp dotbot/tools/git-submodule/install .
git add --chmod +x install
touch install.conf.yaml
```