commit 478e0e55e0aaaea13e7362e92a6f905b240ae6be
parent 6ca081a5c44d87729f1cbe745163cdfff01a5593
Author: Bakar Chargeishvili <bakar.chargeishvili@gmx.de>
Date: Sun, 17 Dec 2023 22:45:11 +0100
Add Linux instructions
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -27,9 +27,11 @@ You can read more about the Georgian scripts [here](https://en.wikipedia.org/wik
# Usage
To install this layout, append the content of khts to 'ge' layout of your
-standard X11 installation.
-For example on \*BSD systems you can run:
+standard X11 installation:
``` bash
+#For Linux
+cat khts | sudo tee -a /usr/share/X11/xkb/symbols/ge
+#For *BSD
cat khts | sudo tee -a /usr/local/share/X11/xkb/symbols/ge
```