diff --git a/readme.md b/readme.md index f2c223b..28b626f 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ ## quickstart $ ssh server "git clone --bare https://git.woodbine.nyc/micro/jonathan.is.git" - $ ssh server "cd jonathan.is.git && git show HEAD:hooks/post-receive > hooks/post-receive" + $ ssh server "cd jonathan.is.git && git show HEAD:hooks/post-receive > hooks/post-receive && chmod +x hooks/post-receive" $ git remote add server ssh://server/~jonathan.is.git $ git push server