Skip to content

Commit 2401f2d

Browse files
committed
add docker usages
1 parent e8dee5d commit 2401f2d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ You can now run Catdocs using the dotnet run command followed by the specific co
6969
dotnet run -- stats --file path/to/your/openapi.yaml --format yaml
7070
```
7171

72+
## Install it with Docker
73+
To use Catdocs CLI with Docker, pull the latest image from Docker Hub and run it:
74+
```bash
75+
docker pull imaun/catdocs:latest
76+
docker run --rm imaun/catdocs:latest <command> [options]
77+
```
78+
7279
## Commands
7380
Catdocs supports several commands to help you work with OpenAPI documents: stats, split, bundle, and convert.
7481

0 commit comments

Comments
 (0)