From aae1af1a085405a035d8b4beab097c9ced6b57a4 Mon Sep 17 00:00:00 2001 From: Vasiliy Vasilyuk Date: Sun, 22 Sep 2024 16:31:55 +0300 Subject: [PATCH] Use the '--output' option instead of redirecting the output --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159db75..73bccb0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ module in a separate commit. ```shell mkdir -p ~/bin -curl https://raw.githubusercontent.com/xorcare/go-mod-bump/main/go-mod-bump.sh > ~/bin/go-mod-bump +curl https://raw.githubusercontent.com/xorcare/go-mod-bump/main/go-mod-bump.sh --output ~/bin/go-mod-bump chmod +x ~/bin/go-mod-bump ```