Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2762 from satyarohith/clone-fix-docs
Browse files Browse the repository at this point in the history
Problem cloning using ssh so add http link
  • Loading branch information
brianlovin authored Apr 8, 2018
2 parents cdfb597 + 32fdc45 commit 6090db4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ The first step to running Spectrum locally is downloading the code by cloning th

```sh
git clone [email protected]:withspectrum/spectrum.git
```
If you get `Permission denied` error using `ssh` refer [here](https://help.github.com/articles/error-permission-denied-publickey/)
or use `https` link as a fallback.
```sh
git clone https://github.com/withspectrum/spectrum.git
```

#### Installation
Expand Down

0 comments on commit 6090db4

Please sign in to comment.