diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI <Motiejus@web> | 2012-08-05 16:34:34 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-05 16:34:34 +0000 |
commit | 7635d0a424489b7fdc4ea9111312c257f247709d (patch) | |
tree | c0f168fd68ae0139376181d9fcb7815a35dbc549 | |
parent | 2f5ba720091036ebbc82c5250ab47ee7f7d80755 (diff) |
`Code`
-rw-r--r-- | doc/forum/public-web-frontend.mdwn | 6 |
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? |