Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Git clone with https instead of ssh
Browse files Browse the repository at this point in the history
Doesn’t require any authentication, recommended cloning method by GitHub.
  • Loading branch information
benoitchantre committed Jul 24, 2017
1 parent 34d0717 commit 908058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -19,7 +19,7 @@ The `/config/elasticsearch/plugins` folder is mapped to the plugins folder in th


## Setup ## Setup


1. `git clone git@github.com:10up/wp-local-docker.git <my-project-name>` 1. `git clone https://github.com/10up/wp-local-docker.git <my-project-name>`
1. `cd <my-project-name>` 1. `cd <my-project-name>`
1. `docker-compose up` 1. `docker-compose up`
1. Run setup to download WordPress and create a `wp-config.php` file. 1. Run setup to download WordPress and create a `wp-config.php` file.
Expand Down

0 comments on commit 908058f

Please sign in to comment.