From 66bef78e46827ed0b335eb78b6d45a5d3c62e87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Mon, 23 Oct 2023 12:34:46 +0200 Subject: [PATCH] [Docs] Add missing note about composer update --- docs/development.md | 1 + docs/installation.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 109649df..36d3933e 100644 --- a/docs/development.md +++ b/docs/development.md @@ -2,6 +2,7 @@ ```bash git clone git@github.com:Sylius/PayPalPlugin.git +composer install (cd tests/Application && yarn install) (cd tests/Application && yarn build) (cd tests/Application && bin/console assets:install) diff --git a/docs/installation.md b/docs/installation.md index 66a256b9..ffa6164f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,4 +1,4 @@ -~~## Installation +## Installation ### 1. Require plugin with composer