From d86014e5ffc609af383de6fe011b27484475ed11 Mon Sep 17 00:00:00 2001 From: Jonathan Rubenstein Date: Thu, 18 Feb 2021 17:20:15 -0500 Subject: [PATCH] [doc] Add client ini example to kernel module README.md --- module/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module/README.md b/module/README.md index 07a67365..8569f36e 100644 --- a/module/README.md +++ b/module/README.md @@ -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.