From 585b738709bc074b8d2023077a90b1d83a381ef7 Mon Sep 17 00:00:00 2001 From: AlexSSD7 Date: Mon, 9 Oct 2023 14:44:28 +0100 Subject: [PATCH] Fix `go install` command --- INSTALL_MACOS.md | 2 +- INSTALL_WINDOWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL_MACOS.md b/INSTALL_MACOS.md index 6e05663..bf32b31 100644 --- a/INSTALL_MACOS.md +++ b/INSTALL_MACOS.md @@ -26,7 +26,7 @@ Assuming that you have an existing Go installation, you should be able to access You can run the following command to build and install Linsk: ```sh -go install github.com/AlexSSD7/linsk +go install github.com/AlexSSD7/linsk@latest ``` After that, you should be able to run `linsk`, or `~/go/bin/linsk` if you have not added `~/go/bin` to `$PATH`. diff --git a/INSTALL_WINDOWS.md b/INSTALL_WINDOWS.md index 58480af..9393863 100644 --- a/INSTALL_WINDOWS.md +++ b/INSTALL_WINDOWS.md @@ -35,7 +35,7 @@ Assuming that you have an existing Go installation, you should be able to access You can run the following command to build and install Linsk: ```sh -go install github.com/AlexSSD7/linsk +go install github.com/AlexSSD7/linsk@latest ``` After that, you should be able to run `linsk`, or `%USERPROFILE%\go\bin\linsk.exe` if you have not added `%USERPROFILE%\go\bin` to PATH.