Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2019-08-05 10:27:45 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2019-08-05 10:27:45 +0300
commit2531ecdaf6b5970258f3664f719d8ba59944a9ad (patch)
tree9472c00879c0883fe5363bccbd0af0921b75395b /README.md
parent4f8cbb7b0ca23e214702c52ad5376f1536f01960 (diff)
Added a missing instruction to the development setup
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index bfa2f6b83..1322b2ac7 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,10 @@ Here's a short [video](https://youtu.be/KdTsWIy4eN0) on how it's done.
## Development setup
1. Simply clone this repository into the `apps` folder of your Nextcloud development instance.
-2. Run `make dev-setup`
-3. Then activate it through the apps management. :tada:
-4. To build the docs locally, install mkdocs locally: `apt install mkdocs mkdocs-bootstrap`
+2. Run `make dev-setup` to install the dependencies;
+3. Run `make build-js`
+4. Then activate it through the apps management. :tada:
+5. To build the docs locally, install mkdocs locally: `apt install mkdocs mkdocs-bootstrap`
We are also available on [our public Talk team conversation](https://cloud.nextcloud.com/call/c7fz9qpr), if you want to join the discussion.