robvanderleek / mudslide

Send WhatsApp messages from the command-line
ISC License
122 stars 12 forks source link

How to Update the Vesrion #34

Closed chhajervikram closed 1 year ago

chhajervikram commented 1 year ago

I m trying to update the muslide version from 11 to 12 but my all system have been updated to 12 but one system still showing 11 how to update from 11 to updated version . is their any command to update if then please share the command .

robvanderleek commented 1 year ago

Hi @chhajervikram

With the npx command it will check for updates and download new updates automatically if you use the @latest suffix:

npx mudslide@latest -V

The binaries on GitHub are built infrequently and need to be downloaded manually.

Hope this helps, Rob

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.