Skip to content

Commit

Permalink
[Docs] Add missing note about composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Oct 23, 2023
1 parent 64fd398 commit 66bef78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

```bash
git clone [email protected]:Sylius/PayPalPlugin.git
composer install
(cd tests/Application && yarn install)
(cd tests/Application && yarn build)
(cd tests/Application && bin/console assets:install)
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
~~## Installation
## Installation

### 1. Require plugin with composer

Expand Down

0 comments on commit 66bef78

Please sign in to comment.