QTweet
QTweet copied to clipboard
getting error:
I'm use VSCode and have installed the Docker extension, I run this command as you've said in the document but im getting an error:
docker-compose : The term 'docker-compose' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
+ docker-compose up -d
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (docker-compose:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Any help appreciated...
Update: I had to install Docker app but it's not compatible with my PC
As you said this is a case of docker-compose not being installed on your machine.
Yeah the thing is I got on Docker so people on Windows, Mac and Linux would all have the same way of using the bot, but of course Docker doesn't work on all versions of Windows because it's, idunno, it's Windows.
I'm looking into removing Docker as a dependency but it'll require some work~
Alright thanks again, I might upgrade to pro anyway.
Looks like issue is solved! Or could be merged with #90