We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3133e35 commit 18c6575Copy full SHA for 18c6575
README.md
@@ -102,6 +102,16 @@ git clone https://github.com/cryptpad/nextcloud-open-in-cryptpad.git openincrypt
102
103
## Building the app
104
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
115
Prior to building, install the requisite dependencies by running:
116
117
npm ci
0 commit comments