Skip to content

Commit 8a91eb0

Browse files
committed
docs: Add the docc-generator preview command to README.md
1 parent 5240d84 commit 8a91eb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/swift-container-plugin/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@
33
`ContainerImageBuilderPluginDocumentation` is an otherwise empty target that includes high-level,
44
user-facing documentation about using the ContainerImageBuilder plugin from the command-line.
55

6+
To preview the documentation, run the following command:
7+
8+
```bash
9+
swift package --disable-sandbox preview-documentation --target swift-container-plugin
10+
```
11+
612
<!-- Copyright (c) 2024 Apple Inc and the Swift Project authors. All Rights Reserved. -->

0 commit comments

Comments
 (0)