From ae21709e8205fbe6c591b7c2edff4c3b71c8f298 Mon Sep 17 00:00:00 2001 From: Tomas Date: Thu, 1 Feb 2024 10:31:34 +0100 Subject: [PATCH] better install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27612b6..ced7ffe 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ Supported exchanges are: To install latest release for Linux: ```sh -wget -O pri https://github.com/t0mk/pri/releases/latest/download/pri-linux-amd64 && chmod +x pri && sudo cp pri /usr/local/bin/ +wget -O /tmp/pri https://github.com/t0mk/pri/releases/latest/download/pri-linux-amd64 && chmod +x /tmp/pri && sudo cp /tmp/pri /usr/local/bin/ ``` .. for MacOS: ```sh -wget -O pri https://github.com/t0mk/pri/releases/latest/download/pri-darwin-amd64 && chmod +x pri && sudo cp pri /usr/local/bin/ +wget -O /tmp/pri https://github.com/t0mk/pri/releases/latest/download/pri-darwin-amd64 && chmod +x /tmp/pri && sudo cp /tmp/pri /usr/local/bin/ ``` ## Build