README: improve a bit the usage examples
authorQuentin Rameau <quinq@fifth.space>
Tue, 18 May 2021 08:38:54 +0000 (10:38 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 18 May 2021 08:42:21 +0000 (10:42 +0200)
README

diff --git a/README b/README
index a926e5ae224353c912f29dda35211f2332f8eb03..d0a0965b19b89c3d1d8102039ecfce565046faa6 100644 (file)
--- 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