aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tips/setup_a_public_repository_on_a_web_site.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tips/setup_a_public_repository_on_a_web_site.mdwn b/doc/tips/setup_a_public_repository_on_a_web_site.mdwn
index bebd56ce4..4acbfb3e8 100644
--- a/doc/tips/setup_a_public_repository_on_a_web_site.mdwn
+++ b/doc/tips/setup_a_public_repository_on_a_web_site.mdwn
@@ -15,7 +15,8 @@ Here's how I set it up. --[[Joey]]
work, `git update-server-info` needs to get run after commits. So
put it in the git `post-update` hook.
5. `git annex add; git commit -m added`
-6. Instruct users to clone a http url that ends with the "/.git/"
+6. Make sure users can still download files from the site directly.
+7. Instruct advanced users to clone a http url that ends with the "/.git/"
directory. For example, for downloads.kitenet.net, the clone url
is `http://downloads.kitenet.net/.git/`