Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down