| Date: Tue, 18 May 2021 10:44:36 +0200
README: improve a bit the usage examples
Similar to the commit for stagit by quinq, thanks!
Diffstat:
M README | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
--- |
| @@ -13,12 +13,17 @@ Usage
Make files per repository:
- $ mkdir -p gphdir && cd gphdir
- $ stagit-gopher path-to-repo
+ $ mkdir -p gphroot/gphrepo1 && cd gphroot/gphrepo1
+ $ stagit-gopher path/to/gitrepo1
+ repeat for other repositories
+ $ ...
Make index file for repositories:
- $ stagit-gopher-index repodir1 repodir2 repodir3 > index.gph
+ $ cd gphroot
+ $ stagit-gopher-index path/to/gitrepo1 \
+ path/to/gitrepo2 \
+ path/to/gitrepo3 > index.gph
Build and install |