Update README.md

This commit is contained in:
Colin Henry 2015-10-30 14:15:51 -07:00
parent e2f4e70577
commit a7120a296e

View File

@ -4,3 +4,7 @@ load stories generated by onsi/prolific into JIRA
```bash
prolific stories.prolific | prolific2jira prolific2jira -svr "http://jira.example.net" -user "user" -pass "NotAPassword1" -prj "PROJ"
```
##building
```bash
go build ./...
```