summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-27 11:51:17 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-27 11:51:17 +0100
commit04c7ad4ba81d5c0ffacc0ea5b24df68aa3db7a5f (patch)
treee576e5a706774af8986760a6de1724735ebebda5
parentd3455500f39f625b708c990d5bb0fbf0ec0ca73e (diff)
Update installation and contributors info on readme
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 81046730..72331e45 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,9 @@ This app only support vCard **3.0** and **4.0**. This app is compatible with the
## :hammer_and_wrench: Installation
-In your Nextcloud, simply navigate to "Apps", choose the category "Organization", find the Contacts app and enable it.
-Then open the Contacts app from the app menu.
+The app is distributed through the [app store](https://apps.nextcloud.com/apps/contacts) and you can install it [right from your Nextcloud installation](https://docs.nextcloud.com/server/stable/admin_manual/apps_management.html).
+
+Release tarballs are hosted at https://github.com/nextcloud-releases/contacts/releases.
## :satellite: Support
@@ -29,10 +30,6 @@ If you need assistance or want to ask a question about Contacts, you are welcome
> This is a complicated answer. We did not invent the way contacts works. We are following the official vCard format. This format include a predefined set of properties that other applications/devices supports too (Android, iOS, Windows, Gnome...). Adding a custom property would just make it compatible with Nextcloud and will not be understood by any other clients and make it complicated for us to ensure its sustainability over time.
Long story short, we suggest you use the Notes field to add your custom data :)
-## Maintainers:
-
-- [John Molakvoæ](https://github.com/skjnldsv)
-
If you'd like to join, just go through the [issue list](https://github.com/nextcloud/contacts/issues) and fix some. :)
## Build the app