add iniitalization of submodules to docs

This commit is contained in:
Frank Morgner
2022-05-12 22:56:28 +02:00
parent b57b383a1d
commit fa1643af3f
3 changed files with 5 additions and 3 deletions

View File

@@ -134,9 +134,7 @@ submodules::
git clone https://github.com/frankmorgner/vsmartcard.git
cd vsmartcard
# fetch the applets that are in the submodules
git submodule init
git submodule update
git submodule update --init --recursive
We use `Android Studio`_ to build and deploy the application. Use
:menuselection:`File --> Open` to select :file:`vsmartcard/ACardEmulator`.