From 026325b211cf0d46b16fc8f3db9c6797e4251c61 Mon Sep 17 00:00:00 2001 From: DominikaK Date: Mon, 4 Oct 2021 14:03:59 +0200 Subject: [PATCH] Updated README.md with correct installation steps (#19) --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ae711c92a4..1b2597ed93 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,11 @@ This is a metapackage for Symfony Flex-based Ibexa Open Source installation. ## Installation -1. Create a new project from [ibexa/website-skeleton](https://github.com/ibexa/website-skeleton): - ``` - composer create-project ibexa/website-skeleton ibexa_website - ``` -1. Require `ibexa-oss` package: - ``` - composer require ibexa/oss - ``` +To install the latest version of Ibexa Open Source, create a new project from [ibexa/oss-skeleton](https://github.com/ibexa/oss-skeleton): + +``` +composer create-project ibexa/oss-skeleton:^3.3 +``` Learn more about our commercial product - [Ibexa DXP](https://www.ibexa.co/products).