1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-16 12:20:09 -07:00

Update README.md

This commit is contained in:
Daniel 2020-03-20 08:20:31 +01:00 committed by GitHub
parent b1fd0fe59f
commit bf370c9ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ The easiest way to run Elastisearch is with the docker image. Download Version 5
`docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -e "xpack.security.enabled=false" docker.elastic.co/elasticsearch/elasticsearch:5.5.0` `docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -e "xpack.security.enabled=false" docker.elastic.co/elasticsearch/elasticsearch:5.5.0`
### Composer ### Composer
If you run PHP > 7.2, then you have to run composer with If you run PHP > 7.2.0, then you have to run composer with
`composer install --ignore-platform-reqs` `composer install --ignore-platform-reqs`