Skip to content

Commit

Permalink
Extract manual-installation from README
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Nov 11, 2023
1 parent 8f31924 commit 560b8f5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,13 @@ Public Beta. Feedback is very much welcome

## Installation

Install via Homebrew to get autoupdates (Preferred)
Install via [Homebrew](https://brew.sh/) to get autoupdates (Preferred)
```
brew install --cask nikitabobko/tap/aerospace
xattr -d com.apple.quarantine /Applications/AeroSpace.app
```

### 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`

If you see this message

> "AeroSpace.app" can't be opened because Apple cannot check it for malicious software.
then you can resolve it this way
```
xattr -d com.apple.quarantine /Applications/AeroSpace.app
```

or:
1. navigate in Finder to /Applications/AeroSpace.app
2. Right mouse click
3. Open (yes, it's that stupid)
[Manual installation](./docs/manual-installation.md)

## Docs

Expand Down
23 changes: 23 additions & 0 deletions docs/manual-installation.md
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)

0 comments on commit 560b8f5

Please sign in to comment.