From 3c0c1415306a2ae7d19f9394e50f0efb3b50e582 Mon Sep 17 00:00:00 2001 From: rafal1137 Date: Thu, 14 Mar 2024 14:14:31 +0100 Subject: [PATCH] README: Update README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93557b4..a7bde3e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,18 @@ To install ET Legacy Snap. sudo snap install etlegacy --stable ``` +New X11 Support is now in edge +``` +sudo snap install etlegacy --edge +``` + + +Supported Window Manager Protocols +``` + Wayland + X11 +``` + Supported Architectures: ``` amd64 | arm64 @@ -19,6 +31,7 @@ amd64 | arm64 To run ET Legacy Snap. ``` Type: - etlegacy.etl to run client side + etlegacy.etl-wayland to run client with wayland + etlegacy.etl-x11 to run client with X11 etlegacy.etl-ded to run server side ```