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 +```