Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs #1337

Merged
merged 1 commit into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions documentation/docs/getting-started/desktop/desktop-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

Install on a Macbook or Mac OS

Do code signing yourself or and remove from quarantine with the following command:
````
codesign --force --deep -s - /Applications/Starsky.app && xattr -rd com.apple.quarantine /Applications/Starsky.app
````

_To add more instructions on how to_
5 changes: 5 additions & 0 deletions documentation/docs/getting-started/macos-launchctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ It is an important part of macOS security and helps to keep your Mac safe from t

**We currently don't have any code signing for starsky, so you will need to work around Gatekeeper**

Do code signing yourself or and remove from quarantine with the following command:
````
codesign --force --deep -s - /Applications/Starsky.app && xattr -rd com.apple.quarantine /Applications/Starsky.app
````

## 1. Download the script that downloads the binaries

The guide will assume you run it on a Mac OS machine.
Expand Down
Loading