Skip to content

Commit

Permalink
Merge pull request #1337 from qdraw/feature/202401_docs_update
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
qdraw authored Jan 14, 2024
2 parents 85366ef + 182ad26 commit fc345fa
Show file tree
Hide file tree
Showing 5 changed files with 543 additions and 525 deletions.
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

0 comments on commit fc345fa

Please sign in to comment.