From 311c5bbb357037ff63d27ed3e9c856bbbe4d26a3 Mon Sep 17 00:00:00 2001
From: Matt Joiner <anacrolix@gmail.com>
Date: Sun, 22 Aug 2021 15:52:35 +1000
Subject: [PATCH] Update install command

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f176ab78..7a21f300 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Some noteworthy package dependencies that can be used for other purposes include
 
 ## Installation
 
-Install the library package with `go get github.com/anacrolix/torrent`, or the provided cmds with `go get github.com/anacrolix/torrent/cmd/...`.
+Install the library package with `go get github.com/anacrolix/torrent`, or the provided cmds with `go install github.com/anacrolix/torrent/cmd/...@latest`.
 
 ## Library examples
 
-- 
2.51.0