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

instructions cleanup #5

Closed
redchair123 opened this issue Nov 21, 2013 · 3 comments
Closed

instructions cleanup #5

redchair123 opened this issue Nov 21, 2013 · 3 comments

Comments

@redchair123
Copy link

it appears that git version 1.8.3.4 (Apple Git-47) does not perform a recursive submodule init, so the update does not force node to be downloaded.

These steps worked for me:

$ git clone https://github.com/node-app/Interpreter
$ cd Interpreter/
$ git submodule update
$ git submodule foreach git submodule init
$ git submodule update --recursive
@srijs
Copy link
Contributor

srijs commented Nov 22, 2013

Hi there, thanks for contributing!

Oh, yeah. That's not cool. Does git submodule update --init --recursive (on its own, without the init step) work for you?

@redchair123
Copy link
Author

That appeared to work in one command :) The README probably should be updated

@srijs
Copy link
Contributor

srijs commented Nov 22, 2013

I'll handle that :) Anyway, thanks for the heads up!

@srijs srijs closed this as completed Nov 22, 2013
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

No branches or pull requests

2 participants