aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-20 08:36:31 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-20 08:36:31 -0700
commit850f746e0c38aaf1c81bd4b1c4fd9f39cfb9e9bf (patch)
tree74ba1234ae22d09ecca2363279a51824ed0e283d /README.md
parent190819fa4b33e9c2f100cc0f9416f9305304cbbd (diff)
downloadtrash-850f746e0c38aaf1c81bd4b1c4fd9f39cfb9e9bf.tar.zst
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ee01e7..703f8b4 100644
--- a/README.md
+++ b/README.md
@@ -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
```