summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/forum/public-web-frontend.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/forum/public-web-frontend.mdwn b/doc/forum/public-web-frontend.mdwn
index 948663ecd..d3fdb9b94 100644
--- a/doc/forum/public-web-frontend.mdwn
+++ b/doc/forum/public-web-frontend.mdwn
@@ -4,12 +4,12 @@ Use case: I would like to have a "Public" top-level directory in my annex, which
How I see doing this:
-1. Put my annex to an http server with exported-over-http /Public/ directory.
-2. Configure a post-update hook with the following:
+1. Put my annex to an http server with exported-over-http `/Public/` directory.
+2. Configure a `post-update` hook with the following:
$ git annex fix
-3. Push files on /Public/ to that annex.
+3. Push files on `/Public/` to that annex.
Does it make sense? If yes, are there any gotchas I should beware of?