Skip to content

Commit

Permalink
Merge pull request #103 from tcnksm/mainte
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
Songmu authored Aug 25, 2018
2 parents e2488a8 + 9d68f58 commit d44ed99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.*
!.gitignore
!.travis.yml
ghr
.envrc
*.test
Expand Down
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ $ ghr \
-u USERNAME \ # Set Github username
-r REPO \ # Set repository name
-c COMMIT \ # Set target commitish, branch or commit SHA
-n TITLE \ # Set release title
-b BODY \ # Set text describing the contents of the release
-p NUM \ # Set amount of parallelism (Default is number of CPU)
-delete \ # Delete release and its git tag in advance if it exists (same as -recreate)
Expand All @@ -97,14 +98,7 @@ $ ghr \

## Install

If you are OSX user, you can use [Homebrew](http://brew.sh/):

```bash
$ brew tap tcnksm/ghr
$ brew install ghr
```

If you are in another platform, you can download binary from [release page](https://github.com/tcnksm/ghr/releases) and place it in `$PATH` directory.
You can download binary from [release page](https://github.com/tcnksm/ghr/releases) and place it in `$PATH` directory.

Or you can use `go get` (you need to use go1.7 or later),

Expand All @@ -126,8 +120,6 @@ $ go get -u github.com/tcnksm/ghr
1. Run `gofmt -s`
1. Create new Pull Request



## Author

[Taichi Nakashima](https://github.com/tcnksm)

0 comments on commit d44ed99

Please sign in to comment.