Skip to content

Commit

Permalink
README: Use HTTPS for recommended cloning URL instead of SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Oct 26, 2017
1 parent b1f6435 commit bc9e16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $ marathon install johnsundell/playground
You can also install it using the Swift Package Manager:

```
$ git clone git@github.com:JohnSundell/Playground.git
$ git clone https://github.com/JohnSundell/Playground.git
$ cd Playground
$ mv Sources/Playground.swift Sources/main.swift
$ swift build -c release -Xswiftc -static-stdlib
Expand Down

0 comments on commit bc9e16c

Please sign in to comment.