From 61fa13974d9eed63318451291d28cf1f669c89d6 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 22 Feb 2022 16:23:00 +0100 Subject: [PATCH] README: Switch from "go get" to "go install" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6cc377..9cd73c2 100644 --- a/README.md +++ b/README.md @@ -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