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!