From ff9dbf4b1c10360d47d4f0ee20e5bce7c4845f74 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Fri, 7 Jun 2024 11:18:11 +0200 Subject: [PATCH] doc --- marketplace/README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/marketplace/README.md b/marketplace/README.md index f7475c30..dca8594a 100644 --- a/marketplace/README.md +++ b/marketplace/README.md @@ -1 +1,36 @@ # Marketplace App + +The marketplace ignite app lists application from the Ignite App Registry. +It allows users to discover and install applications built within the Ignite Apps ecosystem. + +## Installation + +To install the marketplace app, run the following command: + +```sh +ignite app install -g github.com/ignite/apps/marketplace +``` + +## List + +In order to list the applications, the marketplace app fetches the data from the Ignite App Registry. + +```sh +ignite marketplace list +``` + +## Details + +To view the details of a specific application, use the following command: + +```sh +ignite marketplace details +``` + +## Install + +To install an application from the marketplace, use the following command: + +```sh +ignite marketplace install +```