Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Fix "Getting repository ready" instructions. #11

Closed
ghuls opened this issue Aug 29, 2016 · 2 comments
Closed

Fix "Getting repository ready" instructions. #11

ghuls opened this issue Aug 29, 2016 · 2 comments

Comments

@ghuls
Copy link

ghuls commented Aug 29, 2016

Change:

git submodule update --init
cd client
git submodule update --init
cd ...

To:

git submodule update --init
cd client
git submodule update --init
cd ..
@rigrig
Copy link

rigrig commented Sep 2, 2016

Or maybe just git submodule update --recursive?

@rullzer
Copy link
Member

rullzer commented Sep 3, 2016

Fixed with #17

@rullzer rullzer closed this as completed Sep 3, 2016
@tvk7 tvk7 mentioned this issue Oct 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants