tehp / OpenPoGoWeb

Web View for OpenPoGoBot
77 stars 58 forks source link

How to git pull #131

Closed ghost closed 8 years ago

ghost commented 8 years ago

I use PokemonGo-Bot https://github.com/PokemonGoF/PokemonGo-Bot/ dev but web interface not upgrade. How I upgrade?

RolfKoenders commented 8 years ago

Its actually in the documentation of OpenPoGoWeb

In the directory of PokemonGo-Bot run this:

$ git submodule foreach git pull origin master

This will pull master of the submodules.