Skip to content

Commit

Permalink
Update translations for macOS execution instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Light4Code committed Sep 29, 2024
1 parent f5222bc commit ed84418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _i18n/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ download:
s3: "AyBorg.Agent"
macOS:
title: "(Optional) Nur macOS"
description: "Unter macOS müssen Sie den Anwendungsdateien Ausführungsberechtigungen hinzufügen. Öffnen Sie ein Terminal und wechseln Sie in das Verzeichnis, in das Sie die Binärdateien entpackt haben. Führen Sie den folgenden Befehl für jede Anwendung aus:"
description: "Unter macOS müssen Sie den Anwendungsdateien Ausführungsberechtigungen hinzufügen. Öffnen Sie ein Terminal und wechseln Sie in das Verzeichnis, in das Sie die Binärdateien entpackt haben. Führen Sie den folgenden Befehle für jede Anwendung aus:"
s1: "chmod +x [application] (z.B. chmod +x ./AyBorg.Log)"
s2: "./[application] (z.B. ./AyBorg.Log)"
s3: "Öffnen Sie Systemeinstellungen -> Sicherheit & Datenschutz -> Sicherheit und erlauben Sie die Ausführung von [application]."
Expand Down
2 changes: 1 addition & 1 deletion _i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ download:
s3: "AyBorg.Agent"
macOS:
title: "(Optional) macOS only"
description: "For macOS, you will need to add execute permissions to the application files. Open a terminal and navigate to the directory where you unpacked the binaries. Run the following command for each application:"
description: "For macOS, you will need to add execute permissions to the application files. Open a terminal and navigate to the directory where you unpacked the binaries. Run the following commands for each application:"
s1: "chmod +x [application] (eg. chmod +x ./AyBorg.Log)"
s2: "./[application] (eg. ./AyBorg.Log)"
s3: "Open System Settings -> Security & Privacy -> Security and allow [application] to be executed."
Expand Down

0 comments on commit ed84418

Please sign in to comment.