Skip to content

Commit

Permalink
Update podman configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Feb 28, 2024
1 parent ca85c30 commit 3eb6a85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/electron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ brew install podman
podman machine init
sudo ln -s $(which podman) /usr/local/bin/docker
sudo /opt/homebrew/Cellar/podman/<podman version>/bin/podman-mac-helper install
podman machine set --rootful podman-machine-default
podman machine start
```

> You may run into the error: `/var/folders/<path>/xgo-cache: no such file or directory`. If so, simply create that directory with `mkdir -p /var/folders/<path>/xgo-cache` and try again.
To build the Electron clients, run (it will also package an installer executable into `build/dist`):

```sh
Expand Down

0 comments on commit 3eb6a85

Please sign in to comment.