Skip to content
Merged
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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ The goal was to create a full-featured image editor that is completely free and

Because it’s open source, you can download the Xcode project and add, remove, or modify any feature to fit your workflow.

## Installation

### Github Releases
Download the latest version of Compositor in the [releases page.](https://github.com/robbietilton/Compositor/releases/latest)

### Homebrew

```sh
# To install compositor
brew install --cask robbietilton-compositor

# Upgrade compositor
brew update && brew upgrade --cask robbietilton-compositor
```

## Features

### Layers
Expand Down