robvanderleek / mudslide

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

Docker Run / Login command missing image name #49

Closed BobbieERay closed 1 year ago

BobbieERay commented 1 year ago

Hi , thanks so much for putting this together. I followed the instructions to build and run the container image. However, I feel that the command to start the container and run the login command should read

docker run -v /home/<USERNAME>/.local/share/mudslide:/usr/src/app/cache mudslide login

The image name, i.e. mudslide, appears to be missing in the Readme.

Cheers

robvanderleek commented 1 year ago

Hi @BobbieERay 👋

You are right, I've updated the Readme, thanks!

KR, Rob