Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ichi committed Oct 3, 2018
1 parent 461499b commit 9551d54
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
http-signal is the tiny process to expose a process that traps unix signals to http.

## Installation
TODO: Release `v0.0.1`
See https://github.com/everysick/http-signal/releases to install binary.

## Usage

Expand All @@ -27,16 +27,13 @@ Help Options:
Now, http-signal supports `INT, TERM, HUP, QUIT, WINTH, USR1, USR2, TTIN, TTOU`.

### Endpoints
You can request with http (e.g., `<YOUR_HOSTNAME>:<PORT>/<PREFIX>/sigint`)
You can request with http (e.g., `http://<YOUR_HOSTNAME>:<PORT>/<PREFIX>/sigint`)

## Build
## Setup

```console
$ make build
$ make setup
```

## Testing

```console
$ make test
```
## Author
Takamasa Saichi

0 comments on commit 9551d54

Please sign in to comment.