File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,13 @@ Accessibility permissions can also be reset using the following command:
117
117
npm run reset-accessibility
118
118
```
119
119
120
+ ## 📦 Update
121
+ 1 . Reset the accessibility permissions for the Prompt Line with the following command
122
+ ``` bash
123
+ npm run reset-accessibility
124
+ ```
125
+ 2 . Refer to the “📦 Install” section and reinstall.
126
+
120
127
## Usage
121
128
122
129
### Basic Workflow
Original file line number Diff line number Diff line change @@ -114,6 +114,15 @@ Prompt Lineが他のアプリケーションにテキストを貼り付けるに
114
114
npm run reset-accessibility
115
115
```
116
116
117
+
118
+ ## 📦 アップデート
119
+ 1 . 以下のコマンドでPrompt Lineのアクセシビリティ権限をリセット
120
+ ``` bash
121
+ npm run reset-accessibility
122
+ ```
123
+ 2 . 「📦 インストール」の項目を参照して、再度インストールしてください。
124
+
125
+
117
126
## 使用方法
118
127
119
128
### 基本的なワークフロー
You can’t perform that action at this time.
0 commit comments