Skip to content

Commit d2b54c2

Browse files
committed
Apply review feedback re: CLI
1 parent 73e5ae2 commit d2b54c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ log in Xcode's report navigator and expanding the "Compile documentation" step.
147147

148148
### Invoking `docc` from Swift Package Manager
149149

150-
You can also test a locally built version of Swift-DocC using Swift Package Manager
151-
CLI. The Swift-DocC SwiftPM plugin will try to read `DOCC_EXEC` environment variable value, and use
152-
the path you provded if it's set.
150+
You can also test a locally built version of Swift-DocC using the Swift Package
151+
Manager from the command line. The Swift-DocC SwiftPM plugin will try to read
152+
`DOCC_EXEC` environment variable value, and use the path you provded if it's set.
153153
154154
1. In your project's `Package.swift`, add a dependency on the [`Swift-DocC Plugin`](https://github.com/apple/swift-docc-plugin).
155155
2. Set the `DOCC_EXEC` environment variable and run the documentation generation

0 commit comments

Comments
 (0)