diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-20 08:36:31 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-20 08:36:31 -0700 |
| commit | 850f746e0c38aaf1c81bd4b1c4fd9f39cfb9e9bf (patch) | |
| tree | 74ba1234ae22d09ecca2363279a51824ed0e283d | |
| parent | Fix path in README (diff) | |
| download | trash-850f746e0c38aaf1c81bd4b1c4fd9f39cfb9e9bf.tar.zst | |
Update README
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -17,6 +17,16 @@ A **blazingly fast** and **safe** alternative to `rm`, written in Go! 🚀 ## 🚀 Installation +### Use a pre-built release binary (recommended) + +Get the latest release from the +[releases page](https://github.com/rhogenson/trash/releases). Pre-built binaries +are available for Linux, Mac OS, and Windows. + +### Install from source + +Or install from source: + ``` go install github.com/rhogenson/trash@latest ``` |
