Skip to content

Commit 18c6575

Browse files
author
Wolfgang Ginolas
committed
Add build requirements to README
1 parent 3133e35 commit 18c6575

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,16 @@ git clone https://github.com/cryptpad/nextcloud-open-in-cryptpad.git openincrypt
102102

103103
## Building the app
104104

105+
### Requirements
106+
107+
On a Ubuntu like distribution you will need these packages:
108+
109+
``` sh
110+
sudo apt install php-cli composer php-xml
111+
```
112+
113+
### Run the build
114+
105115
Prior to building, install the requisite dependencies by running:
106116

107117
npm ci

0 commit comments

Comments
 (0)