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

Try to fix issue #1. #2

Closed haberbyte closed 11 years ago

haberbyte commented 11 years ago

Hmm maybe that was confusion on my part. When i tried this out with my fancy "meatball" sub for the first time it said:

Done! Enjoy your new sub! If you're happy with your sub, run: ... git commit -m 'Starting off meatball'" meatball init

And I did exactly what it said: $ meatball init -bash: meatball: command not found

That's why i added the bin/

qrush commented 11 years ago

Ah yes…if it's not loaded into your shell yet it won't work. Nice! I'll merge in a few.

On Friday, September 28, 2012 at 11:57 AM, Jan wrote:

Hmm maybe that was confusion on my part. When i tried this out with my fancy "meatball" sub for the first time it said: Done! Enjoy your new sub! If you're happy with your sub, run: ... git commit -m 'Starting off $SUBNAME'" meatball init
And I did exactly what it said: $ meatball init -bash: meatball: command not found
That's why i added the bin/

— Reply to this email directly or view it on GitHub (https://github.com/37signals/sub/pull/2#issuecomment-8981246).

qrush commented 11 years ago

Merged! Thanks!