Skip to content

Commit efeb631

Browse files
committed
update
1 parent 5119530 commit efeb631

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For macOS, if the app is blocked the first time you open it:
5555

5656
If macOS says the app is damaged and no `Open Anyway` option appears, clear the quarantine flag and open it again:
5757

58-
Replace `/path/to/PlotEverything.app` with the real location of the app on your computer. For example, if it is in Downloads:
58+
The example below assumes the app is in `~/Downloads/PlotEverything.app`. If your app is elsewhere, replace it with the real app location:
5959

6060
```bash
6161
xattr -dr com.apple.quarantine ~/Downloads/PlotEverything.app

‎docs/readme.de.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Wenn macOS die App beim ersten Oeffnen blockiert:
4040

4141
Wenn macOS meldet, dass die App beschaedigt ist und kein `Open Anyway` erscheint, entfernen Sie das Quarantine-Attribut und oeffnen Sie die App erneut:
4242

43-
Ersetzen Sie `/path/to/PlotEverything.app` durch den tatsaechlichen Speicherort der App auf Ihrem Computer. Beispiel, wenn die App im Downloads-Ordner liegt:
43+
Das folgende Beispiel geht davon aus, dass die App unter `~/Downloads/PlotEverything.app` liegt. Wenn sie an einem anderen Ort liegt, ersetzen Sie den Pfad durch den tatsaechlichen Speicherort:
4444

4545
```bash
4646
xattr -dr com.apple.quarantine ~/Downloads/PlotEverything.app

‎docs/readme.en.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For macOS, if the app is blocked the first time you open it:
4040

4141
If macOS says the app is damaged and no `Open Anyway` option appears, clear the quarantine flag and open it again:
4242

43-
Replace `/path/to/PlotEverything.app` with the real location of the app on your computer. For example, if it is in Downloads:
43+
The example below assumes the app is in `~/Downloads/PlotEverything.app`. If your app is elsewhere, replace it with the real app location:
4444

4545
```bash
4646
xattr -dr com.apple.quarantine ~/Downloads/PlotEverything.app

‎docs/readme.ja.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ macOS で初回起動時にブロックされた場合:
4040

4141
macOS が App を破損していると表示し、`Open Anyway` が出ない場合は、隔離属性を削除してから開きます:
4242

43-
`/path/to/PlotEverything.app` は、自分のコンピューター上の実際の App の場所に置き換えてください。たとえば Downloads にある場合:
43+
下の例では App が `~/Downloads/PlotEverything.app` にあるものとしています。別の場所にある場合は、実際の場所に置き換えてください:
4444

4545
```bash
4646
xattr -dr com.apple.quarantine ~/Downloads/PlotEverything.app

‎docs/readme.ko.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ macOS에서 처음 실행할 때 차단되는 경우:
4040

4141
macOS가 App이 손상되었다고 표시하고 `Open Anyway`가 보이지 않으면 격리 속성을 제거한 뒤 다시 엽니다:
4242

43-
`/path/to/PlotEverything.app`를 컴퓨터에 있는 실제 App 위치로 바꾸세요. 예를 들어 Downloads 폴더에 있는 경우:
43+
아래 예시는 App이 `~/Downloads/PlotEverything.app`에 있다고 가정합니다. 다른 위치에 있다면 실제 App 위치로 바꾸세요:
4444

4545
```bash
4646
xattr -dr com.apple.quarantine ~/Downloads/PlotEverything.app

‎docs/readme.zh.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ macOS 第一次打开如果被系统拦截:
4040

4141
如果 macOS 显示 App 已损坏,并且隐私与安全性里没有 `Open Anyway`,请清除隔离标记后再打开:
4242

43-
把 `/path/to/PlotEverything.app` 换成你电脑上实际的 App 地址。比如 App 在“下载”文件夹里:
43+
下面示例假设 App 位于 `~/Downloads/PlotEverything.app`。如果你的 App 在其他位置,请换成实际地址:
4444

4545
```bash
4646
xattr -dr com.apple.quarantine ~/Downloads/PlotEverything.app

0 commit comments

Comments
 (0)