README: improve a bit the usage examples
1 files changed, 8 insertions(+), 3 deletions(-) | |||
---|---|---|---|
M | README | +8 | -3 |
1@@ -11,12 +11,17 @@ Usage
2
3 Make files per repository:
4
5- $ mkdir -p htmldir && cd htmldir
6- $ stagit path-to-repo
7+ $ mkdir -p htmlroot/htmlrepo1 && cd htmlroot/htmlrepo1
8+ $ stagit path/to/gitrepo1
9+ repeat for other repositories
10+ $ ...
11
12 Make index file for repositories:
13
14- $ stagit-index repodir1 repodir2 repodir3 > index.html
15+ $ cd htmlroot
16+ $ stagit-index path/to/gitrepo1 \
17+ path/to/gitrepo2 \
18+ path/to/gitrepo3 > index.html
19
20
21 Build and install