docs: add Linux podman
This commit is contained in:
@@ -700,6 +700,10 @@ or
|
|||||||
```bash
|
```bash
|
||||||
PYTHON=python3.11 PIP=pip3.11 DOCKER="podman" ./build.sh -d
|
PYTHON=python3.11 PIP=pip3.11 DOCKER="podman" ./build.sh -d
|
||||||
```
|
```
|
||||||
|
Linux or WSL2 Linux:
|
||||||
|
```bash
|
||||||
|
DOCKER="sudo podman" ./build.sh -d
|
||||||
|
```
|
||||||
Git for Windows:
|
Git for Windows:
|
||||||
```bash
|
```bash
|
||||||
MSYS_NO_PATHCONV=1 NOINHERIT=1 DOCKER="podman" ./build.sh -d
|
MSYS_NO_PATHCONV=1 NOINHERIT=1 DOCKER="podman" ./build.sh -d
|
||||||
|
|||||||
Reference in New Issue
Block a user