Skip to content

Commit abc0b7d

Browse files
committedDec 13, 2020
Update SPM installation instructions in README.md
1 parent 7cc7eb6 commit abc0b7d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ pod 'ScrollViewMinimap', '~> 1.0.0'
2222

2323
### Swift Package Manager
2424

25-
Add `ScrollViewMinimap` package to your target's dependencies.
25+
In Xcode, select **File > Swift Packages > Add Package Dependency...**
26+
27+
Add `https://github.com/nicoelayda/ScrollViewMinimap.git` as the package repository URL.
28+
29+
**or**
30+
31+
If you have an existing `Package.swift` file, add `ScrollViewMinimap` package to your target's dependencies.
2632

2733
```swift
2834
dependencies: [

0 commit comments

Comments
 (0)
Please sign in to comment.