standarize the git clone url
The current github url for cloning fails for some users
This commit is contained in:
parent
d4ceb9f896
commit
257f548c3f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ These instructions will get you a copy of the project up and running on your loc
|
|||
Clone the repository:
|
||||
|
||||
```
|
||||
$ git clone git@github.com:mirumee/saleor-dashboard.git
|
||||
$ git clone https://github.com/mirumee/saleor-dashboard.git
|
||||
```
|
||||
|
||||
Enter the project directory:
|
||||
|
|
Loading…
Reference in a new issue