kswedberg / jquery-tmbundle

TextMate bundle for jQuery
http://www.learningjquery.com
561 stars 228 forks source link

wget command error.. #13

Closed steve0hh closed 12 years ago

steve0hh commented 13 years ago

mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles wget http://github.com/kswedberg/jquery-tmbundle/tarball/master tar zxf kswedberg-jquery-tmbundle.tar.gz rm kswedberg-jquery-tmbundle.tar.gz mv kswedberg-jquery-tmbundle* "JavaScript jQuery.tmbundle" osascript -e 'tell app "TextMate" to reload bundles'

wget command not found in my max osx computer. i'm running version 10.6.7.. i manually downloaded the file and moved it to the bundles folder and ran the command.. =) but i believe the curl command would achieve the same thing too..

svnlto commented 13 years ago

you could use curl instead, it ships with the mac.

steve0hh commented 13 years ago

Yes. I know. Not too easy to install for a new mac user like me. =)