Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stolidbug committed Jul 19, 2021
1 parent bc45c88 commit 5f13af4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,24 @@ in `/plugins` directory. Composer is configured to handle this directory. Create
plugin instruction but keep your "standard edition" clean. Publish your plugin following Sylius rules and use this
clean project for your updates.

Installation
Installation
------------
### Sylius 1.9 and php 7.4
### Sylius 1.10 and php 7.4

```bash
# GIT
$ git clone --branch 1.9-7.4 --depth 1 [email protected]:pocky/Sylius-Plugin-Standard.git project
$ git clone --branch 1.10-7.4 --depth 1 [email protected]:pocky/Sylius-Plugin-Standard.git project
$ cd project && rm -Rf .git
```
maintener
------------
### Sylius 1.10 and php 7.4

```bash
# GIT
$ git clone [email protected]:pocky/Sylius-Plugin-Standard.git project

```
About
-----

Expand Down

0 comments on commit 5f13af4

Please sign in to comment.