diff --git a/doc/install.rst b/doc/install.rst index ca555484..e320d5fb 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -12,7 +12,14 @@ The Looking Glass Client receives frames from the :ref:`Host ` to display on your screen. It also handles input, and can optionally share the system clipboard with your guest OS through Spice. -First you must build the client from source code, see :ref:`building`. +First you must build the client from source, see :ref:`building`. Once you have +built the client, you can install it. Run the following as root:: + + make install + +To install for the local user only, run:: + + cmake -DCMAKE_INSTALL_PREFIX=~/.local .. && make install .. _client_libvirt_configuration: diff --git a/doc/usage.rst b/doc/usage.rst index 77967cef..7bc720e4 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -6,16 +6,9 @@ Usage The client command is the binary file: **looking-glass-client**. This command should run after the Windows Host Application has started. -You may run the client directly from the build directory. Alternatively, to -install the client for all users, you can run -:: - make install -To install for the local user only, run -:: - cmake -DCMAKE_INSTALL_PREFIX=~/.local .. && make install .. _client_key_bindings: