Added a missing instruction to the development setup

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Marco Ambrosini 2019-08-05 09:27:45 +02:00
parent 4f8cbb7b0c
commit 2531ecdaf6

View file

@ -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.