[doc] Add client ini example to kernel module README.md

This commit is contained in:
Jonathan Rubenstein 2021-02-18 17:20:15 -05:00 committed by Geoffrey McRae
parent 1a407a67b1
commit d86014e5ff

View File

@ -68,6 +68,13 @@ device node, for example:
./looking-glass-client -f /dev/kvmfr0
You may also use a config file: `~/.looking-glass-client.ini`, or `/etc/looking-glass-client.ini`.
```ini
[app]
shmFile=/dev/kvmfr0
```
### VM->Host
In VM->host mode, use this device in place of the shared memory file.