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.
1 parent 8392988 commit 948e70eCopy full SHA for 948e70e
Documentation/Usage.md
@@ -129,7 +129,7 @@ builds an executable:
129
$ cd example
130
example$ swift package init --type executable
131
132
-Edit the `Sources/main.swift` so it consists of this code:
+Edit the `Sources/example/main.swift` so it consists of this code:
133
134
```swift
135
import Clibgit
@@ -163,6 +163,8 @@ This creates `Package.swift` and `module.modulemap` files in the directory.
163
Edit `Package.swift` and add `pkgConfig` parameter:
164
165
166
+// swift-tools-version:5.3
167
+
168
import PackageDescription
169
170
let package = Package(
0 commit comments