Skip to content

Commit

Permalink
解決しているのでコメントを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 3, 2023
1 parent e4b8a09 commit 2ad5a19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 11 additions & 1 deletion doc/USE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Suzu の使い方

## ビルド
## バイナリ

### パッケージ

https://github.com/shiguredo/suzu/releases から最新バイナリをダウンロードしてください。

### ビルド

**Go 1.21 以降が必要です**

```console
$ make
```

`bin/suzu` が生成されます。

## 設定ファイル

config_example.ini をコピーして、AWS や GCP の設定をしてください
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ require (
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
golang.org/x/net v0.14.0
golang.org/x/sync v0.3.0
// v0.117.0 以上では意図しないフラグが含まれてしまうため v0.116.0 を使用する
// (https://github.com/google/s2a-go/issues/107)
google.golang.org/api v0.138.0
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
Expand Down

0 comments on commit 2ad5a19

Please sign in to comment.