From 772913d622321ab628a4768a4a5f90691f70d94b Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Thu, 25 Jun 2020 14:04:46 +0000 Subject: [PATCH] Adjust docs to fix execution permission on install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae7e570..cdeaf06 100644 --- a/README.md +++ b/README.md @@ -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 ```