mirror of
https://github.com/tomgi/git_stats.git
synced 2024-12-22 13:32:17 +01:00
readme update
This commit is contained in:
parent
52c5361448
commit
e3ae7a48c6
1 changed files with 2 additions and 2 deletions
|
@ -16,12 +16,12 @@ It browses the repository and outputs html page with some statistics.
|
|||
|
||||
## Usage
|
||||
|
||||
# Generator
|
||||
### Generator
|
||||
|
||||
$ git_stats repo_path output_directory
|
||||
$ favorite_browser output_directory/index.html
|
||||
|
||||
# API usage example
|
||||
### API usage example
|
||||
|
||||
> repo = GitStats::GitData::Repo.new(path: '.')
|
||||
> repo.authors
|
||||
|
|
Loading…
Reference in a new issue