Skip to content

Commit 0d08cc0

Browse files
committed
DOCC_EXEC in swift package manager: typos and cleanup
1 parent 7ca8431 commit 0d08cc0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,10 @@ You can also test a locally built version of Swift-DocC using Swift Package Mana
151151
CLI. SwiftPM will try to read `DOCC_EXEC` environment variable value, and use
152152
the path you provded if it's set.
153153
154-
1. In your test `Package.swift`, add a dependency on `swift-docc-plugin`.
155-
[`swift-docc-plugin`](https://github.com/apple-swift-docc-plugin) is a
156-
Swift Package Manager plugin that invokes `docc` for you, see details in
157-
`swift-docc-plugin`.
154+
1. In your test `Package.swift`, add a dependency on [`Swift-DocC Plugin`](https://github.com/apple/swift-docc-plugin).
158155
2. Set `DOCC_EXEC` environment variable and run documentation generation
159156
command like this:
160-
157+
161158
`DOCC_EXEC=/path/to/docc swift package generate-documentation`
162159
163160
## Using `docc` to build and preview documentation

0 commit comments

Comments
 (0)