From 3eb6a85fbee8f8c3b97193ba040bc1a2c71302a7 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Tue, 27 Feb 2024 20:18:48 -0500 Subject: [PATCH] Update podman configuration --- client/src/electron/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/electron/README.md b/client/src/electron/README.md index 331658da54d..abf8afc5647 100644 --- a/client/src/electron/README.md +++ b/client/src/electron/README.md @@ -11,11 +11,10 @@ brew install podman podman machine init sudo ln -s $(which podman) /usr/local/bin/docker sudo /opt/homebrew/Cellar/podman//bin/podman-mac-helper install +podman machine set --rootful podman-machine-default podman machine start ``` -> You may run into the error: `/var/folders//xgo-cache: no such file or directory`. If so, simply create that directory with `mkdir -p /var/folders//xgo-cache` and try again. - To build the Electron clients, run (it will also package an installer executable into `build/dist`): ```sh