Skip to content

Commit

Permalink
chore(readme): Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz authored Nov 1, 2023
1 parent 93d4f11 commit 90da532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ Swift Package Manager is a tool for managing the distribution of Swift code. It

To integrate DSKit into your Xcode project using Swift Package Manager, add it to the dependencies value of your Package.swift:

```swift
dependencies: [
.package(url: "https://github.com/doublesymmetry/DSKit.git", .upToNextMajor(from: "0.0.1"))
]
```

Or via Xcode: click `File / Swift Packages / Add package dependency...`. In the textfield "Enter package repository URL", write `https://github.com/doublesymmetry/DSKit` and press Next twice

## Overview of Package

Expand Down

0 comments on commit 90da532

Please sign in to comment.