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

github.com/nextcloud/spreedme-snap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2017-01-20 12:26:45 +0300
committerGitHub <noreply@github.com>2017-01-20 12:26:45 +0300
commit086f5bf183d149420561f6b27c506d04bda12b5a (patch)
treede1ccd08fac1da2fa0d5c01fe8b283904dc99b13
parent9e02e2fdc5c93107d5d5e57d78657a3cd3eeb22c (diff)
parent05cbb113ed232bc4d880d3fbc8269f87acd48715 (diff)
Merge pull request #13 from nextcloud/enoch85-patch-1
Update Readme to latest SpreedME version
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5b1c710..04cdaf2 100644
--- a/README.md
+++ b/README.md
@@ -92,9 +92,9 @@ git clone https://github.com/strukturag/nextcloud-spreedme.git spreedme
**Install via wget**
```bash
-$ wget https://github.com/strukturag/nextcloud-spreedme/archive/v0.3.3.tar.gz
-$ tar zxvf v0.3.3.tar.gz
-$ mv nextcloud-spreedme-0.3.3 spreedme
+$ wget https://github.com/strukturag/nextcloud-spreedme/archive/v0.3.6.tar.gz
+$ tar zxvf v0.3.6.tar.gz
+$ mv nextcloud-spreedme-0.3.6 spreedme
$ sudo -u www-data php /var/www/nextcloud/occ app:enable spreedme
```
@@ -123,7 +123,7 @@ $ sudo -u www-data php /var/www/nextcloud/occ app:enable spreedme
* You can create rooms and share the link to other Nextcloud users on the same instance
* You can define the video quality in the settings panel, after clicking on the wheels icon, top right
-### Nextloucd VM
+### Nextcloud VM
This snap is included in the [Nextcloud VM](https://github.com/nextcloud/vm) and installed when you boot for the first time.
----