Skip to content

Commit

Permalink
Merge pull request #1426 from akeneo/fix-documentation
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mmetayer committed May 6, 2021
2 parents 2df91bd + 3177fe4 commit 1c61b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following steps will install Akeneo PIM in the current directory (must be em
```bash
$ docker run -u www-data -v $(pwd):/srv/pim -w /srv/pim --rm akeneo/pim-php-dev:5.0 \
php -d memory_limit=4G /usr/local/bin/composer create-project --prefer-dist \
akeneo/pim-community-standard /srv/pim "4.0.*@stable"
akeneo/pim-community-standard /srv/pim "5.0.*@stable"
```
```
$ make
Expand Down

0 comments on commit 1c61b56

Please sign in to comment.