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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-25 18:06:52 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-25 18:06:52 +0300
commitb9aa5e44cd107e0b051841c4aebbf4444fc47629 (patch)
tree548026cec47759f12c95746a927d650c8d7685fa /README.md
parentde4050edec50442de3be16b76690085d3b4e0f82 (diff)
Add quick development setup introduction
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 52cb188b3..b789d5dc0 100644
--- a/README.md
+++ b/README.md
@@ -32,11 +32,18 @@ There are some scenarios (users behind strict firewalls / symmetric NATs) where
Here's a short [video](https://youtu.be/KdTsWIy4eN0) on how it's done.
-## Disabling internal camera/audio for testing
+
+## Development setup
+
+Simply clone this repository into the `apps` folder of your Nextcloud development instance. Then activate it through the apps management. :tada:
+
+
+### Disabling internal camera/audio for testing
* Disable camera until reboot: `sudo modprobe -r uvcvideo`
* Re-enable camera: `sudo modprobe uvcvideo`
+
## Contribution Guidelines
Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.