Skip to content

Commit

Permalink
docs: README.mdの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
raiga0310 committed Sep 14, 2023
1 parent 01e6a1c commit e94a1b8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,21 @@
### 利用者向け(`compose.yml`のみ利用する方式)
1. トップページ右下部の[Releases](releases)をクリックし、「Assets」のドロップダウンメニューにある[compose.yml](compose.yml)をダウンロードしてください。

2. 以下のコマンドを実行してください ($は入力しないでください)
2. 以下のファイルを次の形式で作成してください。
### `.env` (環境変数用)
```
PREFIX=-
```
+ `-`の部分は、すきな接頭辞を設定できます。`!`を指定した場合、コマンドは`!zunda`の用に利用できます。

### `.secret`(機密情報用)
```
TOKEN=BotEXAMPLETOKEN
```
+ Discord Developer Portalで作成したBotのトークンを`TOKEN=`につづいてコピペなどで作成してください。
+ **`.secret`は絶対に外部に公開しないでください。** これが外部に公開された場合、第三者によって悪意ある操作が行われ、犯罪に巻き込まれる可能性があります。

3. 以下のコマンドを実行してください ($は入力しないでください)
```bash
$ docker compose build
$ docker compose up -d
Expand Down

0 comments on commit e94a1b8

Please sign in to comment.