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 f4e0669 commit 80294fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Development

```bash
git clone [email protected]:Sylius/PayPalPlugin.git
git clone [email protected]:CommerceWeavers/SyliusSaferpayPlugin.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 80294fb

Please sign in to comment.