DADU
DADU

Reputation: 7086

How can I run git submodules?

I am trying to make use of Wikislurp to dynamically read Wikipedia articles.

The readme file states the following:

After you have clone the repository, you'll need to run the following to pull in all the submodules:

git submodule init
git submodule update
cd externals/curlcall
git submodule init
git submodule update

But how do I do this? I have no experience with git whatsoever and a search didn't give me anything usable.

Upvotes: 1

Views: 640

Answers (1)

Charley
Charley

Reputation: 26

Maybe you need to install Git for this...

Upvotes: 1

Related Questions