medialab / hyphe

Websites crawler with built-in exploration and control web interface
http://hyphe.medialab.sciences-po.fr/demo/
GNU Affero General Public License v3.0
329 stars 59 forks source link

Update README.md #500

Closed bjornekstrom closed 2 months ago

bjornekstrom commented 2 months ago

Added docker compose commands for Mac usage. Fixed a typo.

Yomguithereal commented 2 months ago

@bjornekstrom your commands are not specific to Mac but to newer Docker versions (docker-compose was integrated into Docker cli). I think it would be better to edit the commands likewise:

docker-compose pull
# or with newer Docker versions
docker compose pull

what do you think?

bjornekstrom commented 2 months ago

@Yomguithereal I see! Thanks for clarifying. I think your suggestion is excellent. :)

Yomguithereal commented 2 months ago

Thanks @bjornekstrom, merging right now.