From aae1477ab983602845b314a311994d550d67ac73 Mon Sep 17 00:00:00 2001 From: Simon Krull Date: Thu, 17 Nov 2022 10:54:57 +0100 Subject: [PATCH] TASK: add install instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f9e71f..6db74a2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ Provides backend editor for neos and some base fusion prototypes for drag and dr This package is meant as base for concrete implementations of content elements. +## Installation + +```bash +composer require formatd/hotspot-editor +``` + ## Compile Backend Editor: - cd Resources/Private/Scripts/HotspotEditor && yarn && yarn build \ No newline at end of file +```bash +cd Resources/Private/Scripts/HotspotEditor && yarn && yarn build +```