Adjust docs to fix execution permission on install
This commit is contained in:
parent
043373ea74
commit
772913d622
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue