Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod README #68

Merged
merged 1 commit into from
Jul 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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