mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Make command style in readme more consistent
This commit is contained in:
parent
7a07c0e973
commit
36790fa22d
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ You can also use the Docker environment which includes WP, WC and all developmen
|
|||
0. Install Docker and Docker Compose.
|
||||
1. `$ cp .env.example .env` and edit the configuration in the `.env` file if needed.
|
||||
2. `$ yarn run docker:build` (or copy the commands from [package.json](/package.json) if you do not have `yarn`).
|
||||
3. `$ yarn docker:install`
|
||||
4. `$ yarn docker:start`
|
||||
3. `$ yarn run docker:install`
|
||||
4. `$ yarn run docker:start`
|
||||
5. Add `127.0.0.1 wc-pp.myhost` to your `hosts` file and open http://wc-pp.myhost (the default value of `WP_DOMAIN` in `.env`).
|
||||
|
||||
Tests and code style:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue