From a5edc4837ff4640e934bcf12e909a95ffd8c866d Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 7 Apr 2023 19:08:32 +0000 Subject: [PATCH] Update readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33f3096..f1bf271 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,13 @@ Note that adding a user to group *docker* has serious security implications. Che ### macOS - $ brew install --cask docker - $ open --background -a Docker && sleep 1m +Note: case-insensitive FS is required for the ~/.out-of-tree directory. + + $ brew install podman + $ podman machine stop || true + $ podman machine rm || true + $ podman machine init --cpus=4 --memory=4096 -v $HOME:$HOME + $ podman machine start $ brew tap out-of-tree/repo $ brew install out-of-tree