mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Updated readme to include debug mode
This commit is contained in:
10
README.md
10
README.md
@@ -481,6 +481,16 @@ cd ~/.config/kinto
|
|||||||
./kintox11
|
./kintox11
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Debug
|
||||||
|
|
||||||
|
If all else fails you can now run Kinto in debug mode as of 1.0.6-2. The output will become more verbose and I'd recommend running this directly after stopping the service.
|
||||||
|
|
||||||
|
```
|
||||||
|
systemctl --user stop keyswap
|
||||||
|
cd ~/.config/kinto
|
||||||
|
./kintox11 --debug
|
||||||
|
```
|
||||||
|
|
||||||
## Language Support
|
## Language Support
|
||||||
I'd appreciate any help from people with non-US based keyboards, to help ensure that these keymaps and keyswap methods work in all or most languages.
|
I'd appreciate any help from people with non-US based keyboards, to help ensure that these keymaps and keyswap methods work in all or most languages.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user