Hey guys,
I'm trying to follow the instructions below:
The first task is to make a symlink to subl. Assuming you've placed Sublime Text 2 in the Applications folder, and that you have a ~/bin directory in your path, you can run:
When I try this command it tells me it can't find the directory:
/Users/gguerini/bin/subl: No such file or directory
What can I do??
Thanks a lot!
Guillermo
I'm trying to follow the instructions below:
The first task is to make a symlink to subl. Assuming you've placed Sublime Text 2 in the Applications folder, and that you have a ~/bin directory in your path, you can run:
Code:
ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl
When I try this command it tells me it can't find the directory:
/Users/gguerini/bin/subl: No such file or directory
What can I do??
Thanks a lot!
Guillermo