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:
authorDaniel Hansson <daniel@techandme.se>2016-12-23 14:40:35 +0300
committerGitHub <noreply@github.com>2016-12-23 14:40:35 +0300
commit58ec50dc8433dee5050152177d5195483958b2b9 (patch)
treeb1d04eb1f596216b12aad1651ff12c9d52f6d774
parent05e78fa55a13d65054d3ff2dfdeb064a670e83f5 (diff)
0.3.5
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5b1c710..188be75 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.5.tar.gz
+$ tar zxvf v0.3.5.tar.gz
+$ mv nextcloud-spreedme-0.3.5 spreedme
$ sudo -u www-data php /var/www/nextcloud/occ app:enable spreedme
```