mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Added a missing instruction to the development setup
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
parent
4f8cbb7b0c
commit
2531ecdaf6
1 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue