Skip to content

Commit

Permalink
Revert deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Dec 10, 2024
1 parent eab5a1f commit 9dfd4c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ there you will find the <a href="https://docs.sylius.com/en/latest/plugin-develo

## Quickstart Installation

Run `composer create-project sylius/plugin-skeleton ProjectName`.

### Traditional

1. From the plugin skeleton root directory, run the following commands:
Expand All @@ -34,7 +36,7 @@ there you will find the <a href="https://docs.sylius.com/en/latest/plugin-develo
$ (cd tests/Application && APP_ENV=test bin/console sylius:fixtures:load --no-interaction)
```

To be able to set up a plugin's database, remember to configure your database credentials in `tests/Application/.env` and `tests/Application/.env.test`.
To be able to set up a plugin's database, remember to configure your database credentials in `tests/Application/.env` and `tests/Application/.env.test`.
1. Run your local server:
Expand Down

0 comments on commit 9dfd4c6

Please sign in to comment.