1
0
mirror of https://github.com/shimunn/gitredditor.git synced 2023-11-17 18:42:43 +01:00

Create README.md

This commit is contained in:
shimunn 2019-05-21 23:58:09 +02:00 committed by GitHub
parent 6e1ab723e8
commit 37248f2ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# gitredditor
## Your reddit comments in a git repo
Usage:
```bash
mkdir comments
cd comments
git init
gitredditor -r <username> .
```