From af9696e37cde438a78a938d537f43932604be7ca Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 24 Feb 2020 22:23:25 +0100 Subject: [PATCH] Add "users" section --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55b08b7..cf61e5a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,15 @@ AppStream MetaInfo Creator AppStream is a cross-distro effort for providing metadata for software in the (Linux) ecosystem. It provides a convenient way to get information about not installed software, and is one of the building blocks for software centers. -This repository contains an Angular (9+) web application intended to make it very easy for users to generate MetaInfo files -to ship with their software. +## Users + +Please use the hosted instance: https://www.freedesktop.org/software/appstream/metainfocreator/ ## Developers +This repository contains an Angular (9+) web application intended to make it very easy for users to generate MetaInfo files +to ship with their software. + ### Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.