Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbx9da4 authored Feb 23, 2018
1 parent e7a0a5b commit 7dd0008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Downloads git sub dir

##Usage
## Usage
python get_git_sub_dir.py user/repo <options>
python get_git_sub_dir.py user/private_repo --private <options>

##Options Flags:
## Options Flags:
- `--private`: the repo is private (default is `False`, username and password will be requested)
- `-r`: recursive download (default is `True`)
- `-p`: filepath
- `-b`: branch

##Example
## Example

Let's download the docs from twitter bootstrap https://github.com/twbs/bootstrap/tree/master/docs

Expand Down

0 comments on commit 7dd0008

Please sign in to comment.