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.