Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Oct 17, 2023
1 parent 32572f7 commit 8742f00
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,28 @@ APNs and FCM provider server on HTTP/2.

[Gunfish slides (jp)](http://slides.com/takuyayoshimura-tkyshm/deck/fullscreen)

## Install

### Binary

Download the latest binary from [releases](https://github.com/kayac/Gunfish/releases)

### Docker images

[DockerHub](https://hub.docker.com/r/kayac/gunfish/)

[GitHub Packages](https://github.com/kayac/Gunfish/pkgs/container/gunfish)

### Homebrew

```console
$ brew tap kayac/tap
$ brew install gunfish
```

## Quick Started

```bash
$ go get github.com/kayac/Gunfish/cmd/gunfish
$ gunfish -c ./config/gunfish.toml -E production
```

Expand Down

0 comments on commit 8742f00

Please sign in to comment.