README: Switch from "go get" to "go install"
This commit is contained in:
parent
e027c71341
commit
61fa13974d
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ Supports Flatpak's RemoteDesktop portal (for Wayland), Windows and X11.
|
||||||
* [Snap](https://snapcraft.io/remote-touchpad)
|
* [Snap](https://snapcraft.io/remote-touchpad)
|
||||||
* [Windows](https://github.com/Unrud/remote-touchpad/releases/latest)
|
* [Windows](https://github.com/Unrud/remote-touchpad/releases/latest)
|
||||||
* Golang:
|
* Golang:
|
||||||
* Portal & X11: `go get -u -tags portal,x11 github.com/Unrud/remote-touchpad`
|
* Portal & X11: `go install -tags portal,x11 github.com/unrud/remote-touchpad@latest`
|
||||||
* Windows: `get get -u github.com/Unrud/remote-touchpad`
|
* Windows: `go install github.com/unrud/remote-touchpad@latest`
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue