We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20f7728 + c199c24 commit 8bec498Copy full SHA for 8bec498
README.md
@@ -21,7 +21,7 @@ Then, adding the `Subprocess` module to your target dependencies:
21
.target(
22
name: "MyTarget",
23
dependencies: [
24
- .product(name: "Subprocess", package: "Subprocess")
+ .product(name: "Subprocess", package: "swift-subprocess")
25
]
26
)
27
```
0 commit comments