Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 authored Apr 10, 2024
1 parent a17c1a4 commit 327e2f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 327e2f0

Please sign in to comment.