Introduction
Introduction Statistics Contact Development Disclaimer Help
tREADME: improve a bit the usage examples - stagit - [fork] customized build of…
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit eea5375568152d254adb70f9931456ac5aea9a10
parent 245a2703031b9c400d39dedbfc03de09bd2b17a5
Author: Quentin Rameau <[email protected]>
Date: Tue, 18 May 2021 10:38:54 +0200
README: improve a bit the usage examples
Diffstat:
M README | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/README b/README
t@@ -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
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.