Skip to content

Commit 7d96a81

Browse files
committed
Merge remote-tracking branch 'remotes/origin/master' into develop
2 parents d04f3b0 + d2895b0 commit 7d96a81

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ To use ONLYOFFICE behind a proxy, please refer to [this article](https://helpcen
4444
git submodule update --init --recursive
4545
```
4646
47-
3. Collect all files
47+
3. Get plugin dependencies:
48+
```
49+
composer install
50+
```
51+
52+
4. Collect all files
4853
```
4954
mkdir /tmp/onlyoffice-deploy
5055
mkdir /tmp/onlyoffice-deploy/onlyoffice
@@ -54,7 +59,7 @@ To use ONLYOFFICE behind a proxy, please refer to [this article](https://helpcen
5459
rm -rf */.git*
5560
```
5661
57-
4. Archive
62+
5. Archive
5863
```
5964
cd ../
6065
zip onlyoffice.zip -r onlyoffice

0 commit comments

Comments
 (0)