From 0a931005565e1cb09f4595096a3e3cb689058de9 Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Sat, 13 Jul 2024 16:31:37 +0300 Subject: [PATCH] docs: add installation description --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ad63ae5..a4dcd6e 100644 --- a/README.md +++ b/README.md @@ -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.