From 62789a515dec80b5260154493d3cce5e1e09ca88 Mon Sep 17 00:00:00 2001 From: Florent Gluck <florent.gluck@hesge.ch> Date: Fri, 28 Feb 2025 18:27:32 +0100 Subject: [PATCH] Updated Mac deps installation (remote-viewer) --- docs/client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/client.md b/docs/client.md index cc7a9265..c45f4631 100644 --- a/docs/client.md +++ b/docs/client.md @@ -43,14 +43,14 @@ sudo apt-get install virt-viewer ### Installing remote-viewer on Windows -On Windows, `remote-viewer` is part of the `virt-viewer` MSI package that can be downloaded here: [https://virt-manager.org/download.html](https://virt-manager.org/download.html). +On Windows, `remote-viewer` is part of the `virt-viewer` MSI package that can be downloaded here: [https://virt-manager.org/download.html](https://virt-manager.org/download.html). Make sure to download and install `virt-viewer` and not `virt-manager`! Once installed, make sure to **add the folder** where `remote-viewer.exe` is installed to your user's **PATH environment variable** (or the system PATH). Then reboot your system. ### Installing remote-viewer on Mac OSX -On Mac, `remote-viewer` is part of the `virt-viewer` package from MacPorts that can be installed from here [https://ports.macports.org/port/virt-viewer/](https://ports.macports.org/port/virt-viewer/). +On Mac, installing `remote-viewer` requires homebrew to be installed. It can be found here: [https://brew.sh/](https://brew.sh/). Then, install `remote-viewer` through the following homebrew recipe: [https://github.com/jeffreywildman/homebrew-virt-manager](https://github.com/jeffreywildman/homebrew-virt-manager). The first execution of `remote-viewer` should take a while, but it is only a one-time thing. ## Overview of nexus' basic concepts -- GitLab