diff options
author | Teddy Wing | 2021-06-20 15:29:44 +0200 |
---|---|---|
committer | Teddy Wing | 2021-06-20 15:34:56 +0200 |
commit | 42a6577b47a42275d1ea19bc0cf6ed7b565a82a4 (patch) | |
tree | 1e7b95fe1ff8a38dcc0e02a558b3598412e04088 /README.md | |
parent | 4e79052816233a7ad261e76154832b89b0614c0f (diff) | |
download | reflectub-42a6577b47a42275d1ea19bc0cf6ed7b565a82a4.tar.bz2 |
README: Add real informationv0.0.1
The previous README was just a quick usage note for others when I needed
to ask a question on IRC.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -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). |