From 95f9600be059ed9442602634f61e760ed02afca6 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sat, 11 Dec 2021 20:02:21 +0000 Subject: [PATCH] Update README.md with note on Linux compatibility --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a943aa..6eb666b 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,6 @@ A modified version of Hypnotize's [Hypnotize HUD](https://github.com/Hypnootize/ - The 'Favorite' button on the main menu just executes `favcmd`. Alias any command to `favcmd` to trigger it with that button: ``` alias favcmd "connect " -``` \ No newline at end of file +``` + + - Full Linux compatibility is currently untested, but is a (future) goal.