From c537b55f909a08f763ee464c305c80f93b2beb97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20G=C3=BCng=C3=B6r?= Date: Tue, 20 Jun 2023 15:02:19 +0300 Subject: [PATCH] fix install cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca2aecadb..0d5d75800 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ ps. Quoted from [s5cmd feedstock](https://github.com/conda-forge/s5cmd-feedstoc You can build `s5cmd` from source if you have [Go](https://golang.org/dl/) 1.17+ installed. - go install github.com/peak/s5cmd/v2 + go install github.com/peak/s5cmd/v2@master ⚠️ Please note that building from `master` is not guaranteed to be stable since development happens on `master` branch.