Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 939 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 939 Bytes

HelloConcierge

This project is intended to provide a Hello World example for a Concierge module.

Installation

This project can be installed into Concierge in one of three ways:

1. Clone the entire project into a new directory in the modules folder:

git clone https://github.com/concierge/Concierge.git
cd Concierge/modules
git clone https://github.com/concierge/HelloConcierge.git

HelloConcierge will then be available after a restart.

2. Install using KPM (kpm table)

Once Concierge is started, run the command (assuming default configuration):

/kpm install helloconcierge

HelloConcierge will be available for immediate use.

3. Install using KPM (git url)

Once Concierge is started, run the command (assuming default configuration):

/kpm install https://github.com/concierge/HelloConcierge.git

HelloConcierge will be available for immediate use.