Skip to content

Commit d4591bf

Browse files
authored
Merge pull request #922 from ExTBH/patch-1
Add `https` protocol to SPM Installation
2 parents d3d19c8 + 06342f1 commit d4591bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ As of Rswift 7, Swift Package Manager is the recommended method of installation.
9595

9696
[Demo Video: Install R.swift in Xcode with SPM](Documentation/RswiftSPMInstallation.mp4)
9797

98-
1. In Project Settings, on the tab "Package Dependencies", click "+", search for `github.com/mac-cain13/R.swift` and click "Add Package".
98+
1. In Project Settings, on the tab "Package Dependencies", click "+", search for `https://github.com/mac-cain13/R.swift` and click "Add Package".
9999
2. Select the target that will use R.swift next to "RswiftLibrary" and click "Add Package".
100100
4. Now click on your target, on the tab "Build Phases", in the section "Run Build Tool Plug-ins", click "+" and add `RswiftGenerateInternalResources`. ([Screenshot](Documentation/Images/RunBuildToolPluginsRswift.png))
101101
5. Now the `R` struct should be available in your code, use auto-complete to explore all static references.

0 commit comments

Comments
 (0)