Closed drernie closed 14 years ago
Naively copying the "install" instructions fail if you don't already have that location created.
To resolve, simply add as the first line:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
Won't hurt, but would help people like me. :-)
ok, I've patched the README, thx :)
Naively copying the "install" instructions fail if you don't already have that location created.
To resolve, simply add as the first line:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
Won't hurt, but would help people like me. :-)