stagit

README: improve a bit the usage examples

Quentin Rameau contact@arjunchoudhary.com

commit: 9f45b92 parent: 31d5c0f
1 files changed, 8 insertions(+), 3 deletions(-)
MREADME+8-3
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