From 327e2f022da221b0a0cf9746f3a6096febc39a57 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Wed, 10 Apr 2024 22:48:39 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d749295..d8c3835 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,12 @@ * **Correctness:** Tiron pre validates all the rcl files and will throw errors before the task is started to execute. * **Speed:** On validating all the input, Tiron also pre populates all the data for tasks, and send them to the remote machines in one go to save the roundtrips between the client and remote. +## Quickstart + +Run below to install latest Tiron binary to ```/usr/local/bin``` +```bash +curl -L https://tiron.run/install.sh | sh +``` + ## License Tiron is licensed under the Apache 2.0 license.