From b8d8bd728fb8ed0de36906d8cf5a73045653d040 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 8 May 2017 21:15:55 +0200 Subject: [PATCH] add stable badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ce12ea7..32146229 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Nextcloud VM -[![irc](https://img.shields.io/badge/irc%20channel-%23techandme%20on%20freenode-blue.svg)](https://webchat.freenode.net/?channels=techandme) [![Build Status](https://travis-ci.org/nextcloud/vm.svg?branch=master)](https://travis-ci.org/nextcloud/vm) +[![irc](https://img.shields.io/badge/irc%20channel-%23techandme%20on%20freenode-blue.svg)](https://webchat.freenode.net/?channels=techandme) [![Build Status](https://travis-ci.org/nextcloud/vm.svg?branch=master)](https://travis-ci.org/nextcloud/vm) [![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges) ## Support the development * [Create a PR](https://help.github.com/articles/creating-a-pull-request/) and improve the code @@ -85,7 +85,7 @@ Keep asking questions so that we can add them here. **A:** You can not use the built in updater in Nextcloud GUI due to secure permissions on this VM. Use the built in script instead: `sudo bash /var/scripts/update.sh` -**Q:** How to install options if not selected during first install? - Collabora/Nextant/... +**Q:** How to install apps if not selected during first install?
**A:** Go to the apps folder in this repo and download the script in raw format and run them. For the calendar: `wget https://raw.githubusercontent.com/nextcloud/vm/master/apps/calendar.sh && sudo bash calendar.sh`