From 57abee067ca4cf60b429348a0b6db68b747b46ea Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Wed, 8 Aug 2018 23:06:36 +0200 Subject: [PATCH] Improve readme --- README.md | 24 ++++++++++++++++++++++++ manifest.json | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caac57be..892a92ae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,26 @@ # pixelfed_ynh The federated image shareing service Pixelfed, for YunoHost + +**Shipped version:** NONE, THIS PACKAGE DOESN'T WORK YET! + +I'm waiting for an official release (alpha/beta or stable) to invest more time on this package. +Don't hesitate to give a hand if you wish, I assume only the nginx file needs improvments. + +# State of this package + +* works fine: + + * [x] basic install/remove process + +* to be confirmed + * [ ] + +* to be added: + * [ ] everything + +## Links + + * Report a bug about this package: https://github.com/YunoHost-Apps/pixelfed_ynh + * Report a bug about Pixelfed itself: https://github.com/pixelfed/pixelfed + * Pixelfed website: https://pixelfed.org + * YunoHost website: https://yunohost.org diff --git a/manifest.json b/manifest.json index 0b46c10e..268d00c5 100644 --- a/manifest.json +++ b/manifest.json @@ -5,11 +5,11 @@ "description": { "en": "Federated Image Sharing" }, - "version": "0.0.0~ynh1", + "version": "0.0.0~ynh2", "url": "https://pixelfed.org/", "license": "MIT", "requirements": { - "yunohost": ">= 3.0.0~beta1.2" + "yunohost": ">= 3.0.0" }, "maintainer": { "name": "jibec",