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:
authorMarco Trevisan <mail@3v1n0.net>2017-04-27 10:19:44 +0300
committerDaniel Hansson <daniel@techandme.se>2017-04-27 10:19:44 +0300
commitb47990209657c69747b6db5d2ff45b0455e22d1c (patch)
treec8bd000e51ceaa6d89cd533e374d38aefb34e3b7
parent234f6a26f40bd0d2e1fb54b3bee6ce8aae752e78 (diff)
README: add informations about snap packages (#128)
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2439c66..cd41c9a 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,13 @@ sudo apt-get update
sudo apt-get install nextcloud-client
```
+## Installing via Snap package ([supported distributions](https://snapcraft.io/docs/core/install))
+Download the [snap package](https://github.com/nextcloud/client_theming/releases/tag/continuous) for your architecture
+```bash
+sudo snap install --dangerous nextcloud-client_*.snap
+```
+The snap is confined, thus the synced folders will be by default in `~/snap/<version>/`, the client can access to the actual home, but not to the `.dotted` files, use symlinks if you need to.
+
## Getting repository ready
Run:
@@ -35,6 +42,12 @@ make
sudo make install
```
+### Building the snap
+```bash
+cd linux
+snapcraft
+```
+
### Building on Debian
Install required packages.