qrush / sub

a delicious way to organize programs
http://37signals.com/svn/posts/3264-automating-with-convention-introducing-sub
MIT License
1.74k stars 148 forks source link

How to install? #6

Closed listrophy closed 11 years ago

listrophy commented 11 years ago

Not evident in README. :(

qrush commented 11 years ago

Really the "prep" instructions guide you through it. This is meant as a template/pattern to rename and go from there:

https://github.com/37signals/sub#prepare-your-sub

I can clarify this further...get yours going and let me know what I should add!

danielristic commented 11 years ago

Is there a specific folder where I should clone the repository to make binaries available to my shell without changing my PATH environment variable, like /usr/local or elsewhere?

Or should I just clone it a subfolder in my home directory and add this folder to the path?

qrush commented 11 years ago

You could put it in /usr/local, but we tend to make a hidden directory in $HOME. For example, we store our 37 sub in ~/.37. I'll add a blurb about how we do this into the README.

listrophy commented 11 years ago

Thanks @qrush!