Fix go install command

This commit is contained in:
AlexSSD7 2023-10-09 14:44:28 +01:00
commit 585b738709
2 changed files with 2 additions and 2 deletions

View file

@ -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: You can run the following command to build and install Linsk:
```sh ```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`. After that, you should be able to run `linsk`, or `~/go/bin/linsk` if you have not added `~/go/bin` to `$PATH`.

View file

@ -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: You can run the following command to build and install Linsk:
```sh ```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. 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.