LROAuth2Demo
LROAuth2Demo copied to clipboard
How can I initialize the project subnodules when I first time to clone the project ?
Once you've cloned the project, you'll need to initialize the project submodules:
git submodule update --init --recursive
How to use it ?