1
0
mirror of https://github.com/docker/cli-docs-tool.git synced 2025-08-08 10:22:04 +03:00

readme for example

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-07-31 08:30:20 +02:00
committed by Sebastiaan van Stijn
parent c707566669
commit 9ab0e1f7e2

12
example/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Example
The following example will generate YAML and Markdown for [Docker buildx](https://github.com/docker/buildx) CLI plugin.
```console
git clone https://github.com/docker/docgen
cd docgen/example/
go mod download
go run main.go
```
Generated docs will be available in `./docs`