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 fd0b50e commit 74af15dCopy full SHA for 74af15d
README.md
@@ -4,7 +4,13 @@
4
5
## Getting Started
6
7
-Add as a dependency in your `Package.swift`:
+If you're adding through Xcode's Swift Package Manager integration (Xcode 11 and higher), you can simply use:
8
+
9
+```
10
+https://github.com/chrisaljoudi/swift-log-oslog.git
11
12
13
+And use `0.1.0` as the version. If adding as a dependency in your `Package.swift`:
14
15
```swift
16
.package(url: "https://github.com/chrisaljoudi/swift-log-oslog.git", .from("0.1.0"))
0 commit comments