From 20dcb59ec976aa34b8d3c177834353bad6dc3368 Mon Sep 17 00:00:00 2001 From: Dan Drake Date: Thu, 25 Dec 2025 06:30:55 -0600 Subject: [PATCH] Clarify Linux/Ubuntu installation instructions in README Updated instructions for downloading Agent on Linux. Addresses / fixes #2797 . --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b69c3a76e4..67a7c8f6677 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Agent is the configuration application of the [Ultimate Hacking Keyboard](https: Please do not build Agent from source unless you want to develop it. Using an existing release is far easier for everyone involved: -* If you already own a UHK then [download the latest desktop build of Agent](https://github.com/UltimateHackingKeyboard/agent/releases/latest) from the releases page. On Linux, download the AppImage, make it executable, and run it. If you don't own a UHK then you won't get past the opening screen! +* If you already own a UHK then [download the latest desktop build of Agent](https://github.com/UltimateHackingKeyboard/agent/releases/latest) from the releases page. If you don't own a UHK then you won't get past the opening screen! + * On Linux, download the AppImage, make it executable, and run it with the `--no-sandbox` option. On recent versions of Ubuntu, you may need to install the `libfuse2t64` package. * If you don't own a UHK yet then [try out the web build of Agent](https://ultimatehackingkeyboard.github.io/agent/) in your browser. This is meant to be used for demonstration purposes. ## Building the electron application