Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix issue #1. #2

Merged
merged 2 commits into from
Sep 28, 2012
Merged

Try to fix issue #1. #2

merged 2 commits into from
Sep 28, 2012

Conversation

haberbyte
Copy link
Contributor

No description provided.

@@ -36,7 +38,7 @@ echo " rm -rf .git"
echo " git init"
echo " git add ."
echo " git commit -m 'Starting off $SUBNAME'"
echo " $SUBNAME init"
echo " bin/$SUBNAME init"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you add the bin directory?

@haberbyte
Copy link
Contributor Author

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
Copy link
Owner

qrush commented Sep 28, 2012

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 (#2 (comment)).

qrush added a commit that referenced this pull request Sep 28, 2012
@qrush qrush merged commit 698a656 into qrush:master Sep 28, 2012
@qrush
Copy link
Owner

qrush commented Sep 28, 2012

Merged! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants