wget boot2docker 1.6.2 windows 7 sh: wget: command not found -


installed boot2docker in windows 7.

i tried using wget command , got following error

error: sh: wget: command not found

please help

wget not installed in linux distributions.

you can use curl -o <url> replace wget command.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -