From ec9a14f0331b22ea694807317f527eb2c2959861 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 19 Apr 2023 16:19:17 +1200 Subject: [PATCH] DOC Update README.md for CMS 5 --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cc12b7d..2e975eb 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,9 @@ [![CI](https://github.com/silverstripe/silverstripe-postgresql/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-postgresql/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 -* PostgreSQL >=9.2 -* Note: PostgreSQL 10 has not been tested - ## Installation -``` +```sh composer require silverstripe/postgresql ``` @@ -27,7 +21,7 @@ SS_DATABASE_USERNAME= SS_DATABASE_PASSWORD= ``` -See [environment variables](https://docs.silverstripe.org/en/4/getting_started/environment_management) for more details. Note that a database will automatically be created via `dev/build`. +See [environment variables](https://docs.silverstripe.org/en/getting_started/environment_management) for more details. Note that a database will automatically be created via `dev/build`. ### Through the installer