git submodule fetch -> git submodule update
This commit is contained in:
parent
4ed4908cbd
commit
ac7f3b17bf
@ -244,7 +244,7 @@ This concludes the initial configuration of the development
|
|||||||
environment. In the future, when you update your
|
environment. In the future, when you update your
|
||||||
codebase, you should also run::
|
codebase, you should also run::
|
||||||
|
|
||||||
./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule fetch
|
./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule update
|
||||||
|
|
||||||
Note: If you are running an active site, depending on your server
|
Note: If you are running an active site, depending on your server
|
||||||
configuration, you may need to stop it first or the dbupdate command
|
configuration, you may need to stop it first or the dbupdate command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user