From 39dcf682586b5f13368472a03b7c60415b4af323 Mon Sep 17 00:00:00 2001 From: Dion van Velde Date: Sat, 16 Nov 2024 13:50:13 +0100 Subject: [PATCH] Update first-steps.md --- documentation/docs/getting-started/first-steps.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/docs/getting-started/first-steps.md b/documentation/docs/getting-started/first-steps.md index ac0974471a..59f1234b38 100644 --- a/documentation/docs/getting-started/first-steps.md +++ b/documentation/docs/getting-started/first-steps.md @@ -8,6 +8,11 @@ Welcome to the first steps of your journey with Starsky! > Note: This guide assumes that you have already download and installed the Application: How to setup the desktop application using [Windows](../getting-started/desktop/desktop-windows.md) and [Mac OS](../getting-started/desktop/desktop-macos.md) you can find in the [Windows Guide](../getting-started/desktop/desktop-windows.md) and [Mac OS Guide](../getting-started/desktop/desktop-macos.md) +If you are looking for the command to reset Gatekeeper: Learn more in the [Mac OS Guide](../getting-started/desktop/desktop-macos.md) +``` +codesign --force --deep -s - /Applications/Starsky.app && xattr -rd com.apple.quarantine /Applications/Starsky.app +``` + ## Setting Storage Folder - Once you have installed Starsky, you can start it by opening the Starsky application.