add iniitalization of submodules to docs
This commit is contained in:
@@ -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`.
|
||||
|
||||
@@ -10,3 +10,5 @@ You can find the latest release of Android Smart Card Emulator on `Github
|
||||
Alternatively, you can clone our git repository::
|
||||
|
||||
git clone https://github.com/frankmorgner/vsmartcard.git
|
||||
cd vsmartcard
|
||||
git submodule update --init --recursive
|
||||
|
||||
@@ -12,3 +12,5 @@ still available on `Sourceforge
|
||||
Alternatively, you can clone our git repository::
|
||||
|
||||
git clone https://github.com/frankmorgner/vsmartcard.git
|
||||
cd vsmartcard
|
||||
git submodule update --init --recursive
|
||||
|
||||
Reference in New Issue
Block a user