From 49192748247d905775f45c12c779e3ed6beb397c Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Wed, 21 Mar 2018 12:29:05 -0700 Subject: [PATCH] Fixes structure issues in Install a VNC Viewer App. Signed-off-by: Michael Vincerra --- source/clear-linux/guides/network/vnc.rst | 33 ++++++++++++----------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/source/clear-linux/guides/network/vnc.rst b/source/clear-linux/guides/network/vnc.rst index 10978581..fdcfeac3 100644 --- a/source/clear-linux/guides/network/vnc.rst +++ b/source/clear-linux/guides/network/vnc.rst @@ -348,33 +348,34 @@ Perform the steps below to add these apps to your client system. Install a VNC viewer app ======================== -* On Linux distros (some examples): - - * |CL|: +* On Linux distros (some examples): + + * |CL|: - .. code-block:: console + .. code-block:: console - # swupd bundle-add desktop-autostart + # swupd bundle-add desktop-autostart - * Ubuntu, Mint: + * Ubuntu, Mint: - .. code-block:: console + .. code-block:: console - # apt-get install xtightvncviewer + # apt-get install xtightvncviewer - * Fedora: + * Fedora: - .. code-block:: console + .. code-block:: console - # dnf install tigervnc -* On Windows: + # dnf install tigervnc - * Install `RealVNC for Windows`_ +* On Windows: -* On macOS: + * Install `RealVNC for Windows`_ - * Install `RealVNC for macOS`_ or - * Use the built-in `Screen Sharing` app +* On macOS: + + * Install `RealVNC for macOS`_ or + * Use the built-in `Screen Sharing` app Install an SSH client =====================