Added link to git submodule info

This commit is contained in:
Anthony Restaino 2015-01-01 18:02:43 -05:00
parent bbd21d8351
commit bab385e394

View File

@ -51,7 +51,7 @@ Due to the inclusion of the netcipher library for Orbot proxy support, importing
````
git submodule update --init --recursive
````
Once you run that command, the IDE should automatically import netcipher and a couple submodules in as separate projects. Than you need to set the netcipher library project as a libary of the browser project however your IDE makes you do that. Once those steps are done, the project should be all set up and ready to go.
Once you run that command, the IDE should automatically import netcipher and a couple submodules in as separate projects. Than you need to set the netcipher library project as a libary of the browser project however your IDE makes you do that. Once those steps are done, the project should be all set up and ready to go. [Please read this tutorial for more information on git submodules](http://www.vogella.com/tutorials/Git/article.html#submodules)
####License
````