-
-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract manual-installation from README
- Loading branch information
1 parent
8f31924
commit 560b8f5
Showing
2 changed files
with
25 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Manual installation | ||
|
||
1. Download the latest available zip from [releases page](https://github.com/nikitabobko/AeroSpace/releases) | ||
2. Unpack zip | ||
3. Move unpacked `AeroSpace.app` to `/Applications` | ||
|
||
## AeroSpace can't be opened because Apple cannot check it for malicious software. | ||
|
||
If you see this message | ||
|
||
> "AeroSpace.app" can't be opened because Apple cannot check it for malicious software. | ||
**Option 1** to resolve the problem | ||
|
||
``` | ||
xattr -d com.apple.quarantine /Applications/AeroSpace.app | ||
``` | ||
|
||
**Option 2** to resolve the problem | ||
1. navigate in Finder to /Applications/AeroSpace.app | ||
2. Right mouse click | ||
3. Open (yes, it's that stupid) | ||
|