Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Martchus <martchus@gmx.net>
  • Loading branch information
josegomezr and Martchus authored Nov 13, 2023
1 parent a6269d0 commit d6c9041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ consuming these tools.

```bash
# Run a container with the project mounted in it.
podman run -it -v $(pwd):/host/project --workdir /host/project opensuse/leap:latest bash
podman run -it -v "$PWD:/host/project" --workdir /host/project opensuse/leap:latest bash

# Inside the container
zypper in -y perl-App-cpanminus make gcc
Expand Down

0 comments on commit d6c9041

Please sign in to comment.