From 428a35188f49cf2c2e6fb7bfeeb8af835f25fd57 Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Tue, 18 Jun 2024 10:31:59 -0300 Subject: [PATCH] Clarify paypal for OJS/OMP, not OPS --- dev/documentation/3.3/en/getting-started.md | 5 +++++ 1 file changed, 5 insertions(+) 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 ```