README: Switch from "go get" to "go install"

This commit is contained in:
Unrud 2022-02-22 16:23:00 +01:00
parent e027c71341
commit 61fa13974d

View file

@ -12,8 +12,8 @@ Supports Flatpak's RemoteDesktop portal (for Wayland), Windows and X11.
* [Snap](https://snapcraft.io/remote-touchpad)
* [Windows](https://github.com/Unrud/remote-touchpad/releases/latest)
* Golang:
* Portal & X11: `go get -u -tags portal,x11 github.com/Unrud/remote-touchpad`
* Windows: `get get -u github.com/Unrud/remote-touchpad`
* Portal & X11: `go install -tags portal,x11 github.com/unrud/remote-touchpad@latest`
* Windows: `go install github.com/unrud/remote-touchpad@latest`
## Screenshots