Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
philippdrebes committed Jun 13, 2018
1 parent 6a41b04 commit 2fd0bd0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

goji is the simple and fast way to access [Atlassian Jira](https://atlassian.com/software/jira) from your command line.

## Features
- Display a users pending tasks
- Generate issue dependency graph

## Requirements
- [graphviz](http://www.graphviz.org/download/)

Expand All @@ -18,9 +22,3 @@ make build
```shell session
make install
```

## Create Graph

```shell session
dot -Tpng > graph.png
```

0 comments on commit 2fd0bd0

Please sign in to comment.