diff --git a/dev/documentation/3.3/en/getting-started.md b/dev/documentation/3.3/en/getting-started.md index 18e25fa79152..4cbfe20cfe2f 100644 --- a/dev/documentation/3.3/en/getting-started.md +++ b/dev/documentation/3.3/en/getting-started.md @@ -42,6 +42,11 @@ Install dependencies with [composer](https://getcomposer.org/). ``` composer --working-dir=lib/pkp install +``` + +Run the following command if you are installing OJS or OMP. + +``` composer --working-dir=plugins/paymethod/paypal install ```