Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Oct 28, 2021
1 parent fd3479a commit 1eedcdf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@ Switch <-- (PBM): ZR連打
* 設定ファイル マクロの引数に、ボタンを取れるようにする

## 開発系
```ruby
ProconBypassMan.tap do |pbm|
pbm.root = File.expand_path(__dir__)
pbm.logger = Logger.new("#{ProconBypassMan.root}/app.log", 5, 1024 * 1024 * 10)
pbm.logger.level = :debug
end
```
* pbmenvで生成するapp.rbに開発用ブランチを参照してください

### プロコンとの接続を維持したまま、現在の設定ファイルをPBMに反映する
```shell
Expand Down

0 comments on commit 1eedcdf

Please sign in to comment.