Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishbijlani authored Oct 18, 2022
1 parent 3e2892b commit 256a3fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ The quickest way to try/test Packj is using the PyPI package.
pip3 install packj
```

### 3. Docker image
### 3. Docker image (recommended)

Use Docker or Podman for containerized (isolated) runs
Use Docker or Podman for containerized (isolated) runs.

```
docker run -v /tmp:/tmp/packj -it ossillate/packj:latest --help
```

### 4. Clone repo
### 4. Source repo

Clone this repo and try
Clone this repo, install dependencies, and try for yourself.

```
pip3 install -r requirements.txt && python3 main.py --help
Expand Down

0 comments on commit 256a3fe

Please sign in to comment.