aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6a56eb..37344cf 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,21 @@
+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.
+
+
## Usage
- cargo run -- --database test.db <github-username> /tmp/
+ $ reflectub --database reflectub.db <github-username> /path/to/repos/
+
+
+## Install
+
+ $ cargo install --git https://github.com/teddywing/reflectub.git
+
+
+## License
+Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
+COPYING file).