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

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2017-02-19 17:38:42 +0300
committerGitHub <noreply@github.com>2017-02-19 17:38:42 +0300
commitca5229e7daf1b8a005e979093ea728b8c921afc6 (patch)
tree33297c778221bfd1df48c09db3159fc35b6d7e52 /README.md
parent9ba554e7902c9057c43ba13b17453d87ccdb3407 (diff)
How to install on Ubuntu
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9ad1423..705e719 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,13 @@
Based on https://github.com/owncloud/client/blob/master/doc/building.rst
+## Installing on Ubuntu
+```bash
+sudo add-apt-repository ppa:nextcloud-devs/client
+sudo apt-get update
+sudo apt-get install nextcloud-client
+```
+
## Getting repository ready
Run: