aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Rameau <[email protected]>2021-05-18 10:38:54 +0200
committerHiltjo Posthuma <[email protected]>2021-05-18 10:42:21 +0200
commitddc581bd9088d0b3503606993eb8ed9dbeb44347 (patch)
tree804a1b7f0ab6ba6e11fc9539b0b655b53d15c23d
parentc827ab1b1dee13e512f8ae24aa824879d547d0db (diff)
downloadstagit-ddc581bd9088d0b3503606993eb8ed9dbeb44347.tar.gz
stagit-ddc581bd9088d0b3503606993eb8ed9dbeb44347.zip
README: improve a bit the usage examples
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index a926e5a..d0a0965 100644
--- a/README
+++ b/README
@@ -11,12 +11,17 @@ Usage
Make files per repository:
- $ mkdir -p htmldir && cd htmldir
- $ stagit path-to-repo
+ $ mkdir -p htmlroot/htmlrepo1 && cd htmlroot/htmlrepo1
+ $ stagit path/to/gitrepo1
+ repeat for other repositories
+ $ ...
Make index file for repositories:
- $ stagit-index repodir1 repodir2 repodir3 > index.html
+ $ cd htmlroot
+ $ stagit-index path/to/gitrepo1 \
+ path/to/gitrepo2 \
+ path/to/gitrepo3 > index.html
Build and install