diff options
author | Teddy Wing | 2021-06-25 19:48:46 +0200 |
---|---|---|
committer | Teddy Wing | 2021-06-25 19:48:46 +0200 |
commit | 3a595fddc90837a51f866cf3d2c7d60d543b2399 (patch) | |
tree | 8166d48b646e61f7eb23d478d410f4b3add390f0 | |
parent | bf189958d498255e486455e803d93b5e8de7539e (diff) | |
download | reflectub-3a595fddc90837a51f866cf3d2c7d60d543b2399.tar.bz2 |
README: Reword description about CGit
Reflectub is designed to work specifically with CGit, but could work
with other Git web frontends. Make this more explicit in the
description.
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,8 +2,8 @@ reflectub ========= Mirror all of a user’s GitHub repositories. This command can be run regularly to -fetch updates and new repositories from GitHub. It’s designed to support Git web -hosting services like CGit. +fetch updates and new repositories from GitHub. It’s designed to support the Git +web frontend [CGit]. ## Usage @@ -19,3 +19,6 @@ hosting services like CGit. ## License Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included COPYING file). + + +[CGit]: https://git.zx2c4.com/cgit/about/ |