Skip to content

Commit

Permalink
Update first-steps.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw authored Nov 16, 2024
1 parent 6fcb1d2 commit 39dcf68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions documentation/docs/getting-started/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 39dcf68

Please sign in to comment.