Skip to content

Commit

Permalink
mod README
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Jul 26, 2020
1 parent 3e64f24 commit 02cc70d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ Please watch this video. https://www.youtube.com/watch?v=wmKSr9Aoz-Y

## Installation

I recommend you to use the binaries on [GitHub Releases](https://github.com/catatsuy/notify_slack/releases). Please download the latest version and use it.

If you have a development environment for the Go language, you can compile and install it by yourself.

```
GO111MODULE=on go get github.com/catatsuy/notify_slack/cmd/notify_slack
```

Or you download from [Releases](https://github.com/catatsuy/notify_slack/releases).

If you want to develop, please use the `make`. This software requires Go 1.13 or higher.
If you want to develop it, you can use the `make`. It requires Go 1.13 or higher.

```
make
```

If you compile it by yourself, the output of `notify_slack -version` will not be appropriate. The source code doesn't contain version information.

## usage

`./bin/notify_slack` posts to Slack. You specify the setting in command line option or toml setting file.
Expand Down

0 comments on commit 02cc70d

Please sign in to comment.