Skip to content

Commit bb852f3

Browse files
committed
docs: add Linux podman
1 parent 1be8e4e commit bb852f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,10 @@ or
700700
```bash
701701
PYTHON=python3.11 PIP=pip3.11 DOCKER="podman" ./build.sh -d
702702
```
703+
Linux or WSL2 Linux:
704+
```bash
705+
DOCKER="sudo podman" ./build.sh -d
706+
```
703707
Git for Windows:
704708
```bash
705709
MSYS_NO_PATHCONV=1 NOINHERIT=1 DOCKER="podman" ./build.sh -d

0 commit comments

Comments
 (0)