From d71e8634589ec21145c40251e110622e249c0a80 Mon Sep 17 00:00:00 2001 From: limepotato Date: Sat, 17 Feb 2024 18:30:51 -0700 Subject: [PATCH] Clarify README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e760a4..8ec9c26 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Wrapper for sshfs, built in Kotlin, and utilizes [Jexer](https://git.ouroboros.g 3. Extract and run .jar ### CMDLine Options -`java -jar -Djexer.Swing=false` to disable graphical interface, and force XTERM +`java -jar -Djexer.Swing=false` to disable graphical interface, and force XTERM, +Please note that, in XTERM or ECMA48 mode, the login process may break the graphical interface. ## LICENSE This project falls under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)