这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
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
14 changes: 3 additions & 11 deletions .github/workflows/release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,21 +315,13 @@ jobs:

### Homebrew (Recommended)
```bash
brew tap humanlayer/humanlayer
brew install --cask codelayer${{ steps.version.outputs.is_nightly == 'true' && '-nightly' || '' }}
brew install --cask --no-quarantine humanlayer/humanlayer/codelayer${{ steps.version.outputs.is_nightly == 'true' && '-nightly' || '' }}
```

### Manual Installation
1. Download the DMG file below
2. Open the DMG and drag CodeLayer${{ steps.version.outputs.is_nightly == 'true' && '-Nightly' || '' }} to Applications
3. Launch CodeLayer${{ steps.version.outputs.is_nightly == 'true' && '-Nightly' || '' }} from Applications
**Note:** The private beta of humanlayer does not support app signing, so the `--no-quarantine` flag is necessary to bypass macOS Gatekeeper.

## Troubleshooting

If you encounter "damaged app" warnings:
```bash
xattr -rc /Applications/CodeLayer${{ steps.version.outputs.is_nightly == 'true' && '-Nightly' || '' }}.app
```
DMG installs are not supported, please use Homebrew.

## Logs

Expand Down
Loading