aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-20 08:14:06 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-20 08:14:06 -0700
commit190819fa4b33e9c2f100cc0f9416f9305304cbbd (patch)
treeb9a71fdf61ce778b8afbb4c87f91db8a1c36df90 /README.md
parent2048a8ed6b6457977242267ff700e4859176dad4 (diff)
downloadtrash-190819fa4b33e9c2f100cc0f9416f9305304cbbd.tar.zst
Fix path in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c71606..3ee01e7 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ A **blazingly fast** and **safe** alternative to `rm`, written in Go! 🚀
## 🚀 Installation
```
-go install gitlab.com/rhogenson/trash@latest
+go install github.com/rhogenson/trash@latest
```
---