Skip to content

Commit

Permalink
Merge pull request 'docs: plugin deps section' from hotfix/readme-dep…
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jan 15, 2025
2 parents e2dac81 + fb455ae commit d2895b0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ To use ONLYOFFICE behind a proxy, please refer to [this article](https://helpcen
git submodule update --init --recursive
```
3. Collect all files
3. Get plugin dependencies:
```
composer install
```
4. Collect all files
```
mkdir /tmp/onlyoffice-deploy
mkdir /tmp/onlyoffice-deploy/onlyoffice
Expand All @@ -54,7 +59,7 @@ To use ONLYOFFICE behind a proxy, please refer to [this article](https://helpcen
rm -rf */.git*
```
4. Archive
5. Archive
```
cd ../
zip onlyoffice.zip -r onlyoffice
Expand Down

0 comments on commit d2895b0

Please sign in to comment.