aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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
```