Skip to content

Commit

Permalink
README.md: 設定ファイル指定部分を更新
Browse files Browse the repository at this point in the history
refs #31
  • Loading branch information
ochaochaocha3 committed Mar 29, 2015
1 parent 5b33b34 commit a610ad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bundle install --deployment

[config/rgrb.yaml](config/rgrb.yaml) を編集して設定します。

複数の設定を使う場合は、上記のファイルをコピーして適当な場所に設置します
複数の設定を使う場合は、上記のファイルをコピーして config/ に設置します

### プラグイン一覧

Expand Down Expand Up @@ -73,11 +73,11 @@ cd /path/to/rgrb
bin/rgrb-ircbot
```

`-c``--config`)オプションで、使用する設定ファイルを指定することができます。
`-c``--config`)オプションで、使用する設定ファイルを指定することができます。`-c` に続けて、config/ に配置した YAML ファイルの、ファイル名から拡張子を除いた部分を指定します。

```bash
cd /path/to/rgrb
bin/rgrb-ircbot -c /path/to/config_file
bin/rgrb-ircbot -c test # /path/to/rgrb/config/test.yaml を使用する場合
```

systemd による制御を行なう場合は [systemd](doc/system/systemd.md) を参照してください。
Expand Down

0 comments on commit a610ad6

Please sign in to comment.