Skip to content

Commit 03052fb

Browse files
authored
Merge pull request #70 from nkmr-jp/develop
Update and improve README documentation
2 parents deb6bdd + dd6f274 commit 03052fb

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ A dialog box will appear on first use, so follow the instructions to set it up.
9898
<div><img src="assets/doc7.png" width="200"></div>
9999

100100

101-
## Troubleshooting
101+
### Troubleshooting
102102

103-
### If the accessibility permissions dialog box does not appear
103+
#### If the accessibility permissions dialog box does not appear
104104

105105
1. Open **System Settings****Privacy and Security****Accessibility**.
106106
2. Find “Prompt Line” in the list and enable it.
107107
3. If it is not in the list, add Prompt Line from Applications using the “+” button.
108108

109-
### If “Prompt Line” is enabled in Accessibility Permissions but you still cannot paste
109+
#### If “Prompt Line” is enabled in Accessibility Permissions but you still cannot paste
110110

111111
1. Open **System Settings****Privacy and Security****Accessibility**
112112
2. Delete “Prompt Line” from Applications using the “-” button to reset permissions
@@ -117,6 +117,14 @@ Accessibility permissions can also be reset using the following command:
117117
npm run reset-accessibility
118118
```
119119

120+
## 📦 Update
121+
122+
If you already have an older version installed and want to update to the latest version, follow these steps.
123+
124+
1. Run the `npm run reset-accessibility` command to reset the accessibility permissions in the “Prompt Line.”
125+
2. Refer to the “📦 Installation” section and reinstall
126+
127+
120128
## Usage
121129

122130
### Basic Workflow

README_ja.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ Prompt Lineが他のアプリケーションにテキストを貼り付けるに
9595

9696
<div><img src="assets/doc7.png" width="200"></div>
9797

98-
## トラブルシューティング
98+
### トラブルシューティング
9999

100-
### アクセシビリティ権限のダイアログボックスが表示されない場合
100+
#### アクセシビリティ権限のダイアログボックスが表示されない場合
101101

102102
1. **システム設定****プライバシーとセキュリティ****アクセシビリティ**を開く
103103
2. リストから「Prompt Line」を見つけて有効にする
104104
3. リストにない場合は「+」ボタンでApplicationsからPrompt Lineを追加
105105

106-
### アクセシビリティ権限で「Prompt Line」が有効になっているのに貼付けできない場合
106+
#### アクセシビリティ権限で「Prompt Line」が有効になっているのに貼付けできない場合
107107

108108
1. **システム設定****プライバシーとセキュリティ****アクセシビリティ**を開く
109109
2. 「-」ボタンでApplicationsからPrompt Lineを削除して権限をリセット
@@ -114,6 +114,15 @@ Prompt Lineが他のアプリケーションにテキストを貼り付けるに
114114
npm run reset-accessibility
115115
```
116116

117+
118+
## 📦 アップデート
119+
120+
既に古いバージョンをインストール済みで、最新版にアップデートする場合は以下の手順を実行してください。
121+
122+
1. `npm run reset-accessibility`のコマンドを実行して「Prompt Line」のアクセシビリティ権限をリセット
123+
2. 「📦 インストール」の項目を参照して、再度インストール
124+
125+
117126
## 使用方法
118127

119128
### 基本的なワークフロー

0 commit comments

Comments
 (0)