mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 06:44:57 +01:00
docs: add Linux podman
This commit is contained in:
parent
1be8e4ed1c
commit
bb852f382b
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue