datlechin / flarum-simple-tour-guide

A simple tour guide for Flarum.
MIT License
2 stars 1 forks source link

Update instructions incorrect #8

Closed luceos closed 2 hours ago

luceos commented 2 hours ago

Hi @datlechin,

In your readme and on discuss you mention for updating:

composer update datlechin/flarum-simple-tour-guide:"*"

The composer update command does not take a constraint though and this command will error when executed. If you want to guarantee people keep upgrading to the latest version, use the require command - identical to the install instructions you gave.

composer require datlechin/flarum-simple-tour-guide:"*"

🙏 keep up the good work!

Daniël.

datlechin commented 2 hours ago

Hi thanks, I've updated the update instructions