Skip to content

Commit

Permalink
docs: add installation description
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jul 13, 2024
1 parent 131953f commit 0a93100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ RunOn is a utility for running commands on macOS system events.

### Script

The easiest way is to use an installation script. To install using the script, run the command:

```sh
curl -skSfL https://raw.githubusercontent.com/mishamyrt/runon/main/scripts/install.sh | bash
```

This command will download and run the [installation script](./scripts/install.sh).

### Build from source

Building the project is currently only possible on macOS. Swift 5.10 is required for the build.
Expand Down

0 comments on commit 0a93100

Please sign in to comment.