README: improve a bit the usage examples - stagit-gopher - A git gopher frontend. (mirror)
 (HTM) git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6cae0784a5747be0b48c8ab17555c12ea7b14df0
 (DIR) parent d02b5f776a63c8b808baa548b2cd574439bed547
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -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