From 5a5412d1a116d8336fade331fe1a404e68615b71 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 19 Apr 2023 16:25:18 +1200 Subject: [PATCH] DOC Update README.md for CMS 5 --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index a3b74d7..05e4f14 100644 --- a/README.md +++ b/README.md @@ -3,22 +3,12 @@ [![CI](https://github.com/silverstripe/silverstripe-registry/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-registry/actions/workflows/ci.yml) [![Silverstripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/) -## Requirements - - * Silverstripe ^4.0 - -**Note:** For a Silverstripe 3.x compatible version, please use [the 1.x release line](https://github.com/silverstripe/silverstripe-registry/tree/1.0). - ## Installation -Install with Composer: - -``` +```sh composer require silverstripe/registry ``` -When the module is installed, run a `dev/build` in your browser, or from the command line via `vendor/bin/sake dev/build`. - ## Instructions See [developer documentation](docs/en/index.md) for more setup details.