Fix go install command
This commit is contained in:
parent
5da507e4fc
commit
585b738709
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue