From 27e3d0b817c30a73696224a32a2ae8a643908834 Mon Sep 17 00:00:00 2001 From: neurlang <77860779+neurlang@users.noreply.github.com> Date: Sat, 8 Jun 2024 11:35:27 +0200 Subject: [PATCH] new install instruction for browser --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c8e3ea..18b49af 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,7 @@ go install github.com/neurlang/wayland/go-wayland-imageviewer@latest go install -tags wayland github.com/neurlang/wayland/go-wayland-cube@latest go install github.com/neurlang/wayland/go-wayland-texteditor@latest go install github.com/neurlang/wayland/go-wayland-texteditor/editor_backend@latest -go install github.com/neurlang/wayland/go-wayland-browser/browser@latest -go install github.com/neurlang/wayland/go-wayland-browser/browser +go install github.com/neurlang/wayland/go-wayland-web-browser/browser@latest ``` Using older golang (there is support for golang >= 1.18):