From 32af7681ab18404176fd854071ebfb9469b7fe96 Mon Sep 17 00:00:00 2001 From: Songmu Date: Sat, 25 Aug 2018 16:47:57 +0900 Subject: [PATCH 1/3] remove install way using brew --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index e3007fe..96265ce 100644 --- a/README.md +++ b/README.md @@ -97,14 +97,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), From f76e3fd9e05ca1cbda647c56cd350c2fe9cd9dc1 Mon Sep 17 00:00:00 2001 From: Songmu Date: Sat, 25 Aug 2018 16:55:41 +0900 Subject: [PATCH 2/3] update docs --- .gitignore | 4 +++- README.md | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7d23b96..6729277 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +.* +!.gitignore +!.travis.yml ghr -.envrc *.test pkg diff --git a/README.md b/README.md index 96265ce..9d934ea 100644 --- a/README.md +++ b/README.md @@ -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) @@ -119,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) From 9d68f58dd7c32bcfc35325c82087af877f109d9f Mon Sep 17 00:00:00 2001 From: Songmu Date: Sat, 25 Aug 2018 17:15:51 +0900 Subject: [PATCH 3/3] update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6729277..e8bbcf4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ !.gitignore !.travis.yml ghr +.envrc *.test pkg