mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
開発ガイドを追加
This commit is contained in:
23
Docs/development_guide.md
Normal file
23
Docs/development_guide.md
Normal file
@ -0,0 +1,23 @@
|
||||
# 開発ガイド
|
||||
|
||||
開発にはSwift 5.9以上が必要です。
|
||||
|
||||
開発にはレポジトリをクローンしてください。サブモジュールを含むため、`--recursive`オプションが必要です。
|
||||
|
||||
```bash
|
||||
git clone https://github.com/ensan-hcl/AzooKeyKanaKanjiConverter --recursive
|
||||
```
|
||||
|
||||
## Cliツール
|
||||
|
||||
デバッグ用のCliツールとして`anco`コマンドがあります。`install_cli.sh`を実行してインストールしてください。場合によっては、`sudo`が必要です。
|
||||
|
||||
```bash
|
||||
sh install_cli.sh
|
||||
```
|
||||
|
||||
詳しくは[cli.md](./cli.md)をお読みください。
|
||||
|
||||
## コントリビュート
|
||||
|
||||
コントリビュートは歓迎です!
|
Reference in New Issue
Block a user