From 6a2174d9ca5cc9d387aaab0936c5948eae923a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Fern=C3=A1ndez?= <39990341+rfernandezdo@users.noreply.github.com> Date: Fri, 10 Mar 2023 08:35:39 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4be062e..32ae2ac 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Round is a command-line for rounding the images. ## Installation ``` -go get github.com/mingrammer/round +go install github.com/mingrammer/round@latest +export PATH=$PATH:~/go/bin/ ``` ## Usage