📝 Documentation is clearer
This commit is contained in:
10
README_JP.md
10
README_JP.md
@@ -158,14 +158,14 @@
|
||||

|
||||
|
||||
```bash
|
||||
# インストール
|
||||
# Pake CLIをインストール
|
||||
pnpm install -g pake-cli
|
||||
|
||||
# 基本使用(ウェブサイトのアイコンを自動取得)
|
||||
pake https://weekly.tw93.fun --name Weekly
|
||||
# 基本使用法 - ウェブサイトのアイコンを自動取得
|
||||
pake https://github.com --name "GitHub"
|
||||
|
||||
# よく使うパラメータ:--name アプリ名、--icon カスタムアイコン、--width/--height ウィンドウサイズ、--hide-title-bar macOS没入型
|
||||
pake https://weekly.tw93.fun --name Weekly --icon https://cdn.tw93.fun/pake/weekly.icns --hide-title-bar
|
||||
# 高級使用法:カスタムオプション
|
||||
pake https://weekly.tw93.fun --name "Weekly" --icon https://cdn.tw93.fun/pake/weekly.icns --width 1200 --height 800 --hide-title-bar
|
||||
```
|
||||
|
||||
初回パッケージ化は環境設定で時間がかかりますが、その後は高速です。完全なパラメータ説明は[CLI使用ガイド](docs/cli-usage.md)を参照してください。コマンドラインを使いたくない場合は[GitHub Actions オンライン構築](docs/github-actions-usage.md)をお試しください。
|
||||
|
||||
Reference in New Issue
Block a user