~/selfhut

abc5d5ed9deb044242dd87241950e4b058ad34f9 — Arthur Melton f1a6543a 2 years ago
should put a space after shebang
1 files changed, 1 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +1 -0
@@ 32,6 32,7 @@ After you do this you will need to cd into the directory and make a file at the

path `hooks/post-update` and set its contents to
```sh
#!/bin/sh

exec git update-server-info
```
This should create the git and make it so that people can actually clone it!