Skip to content

Commit 00d8199

Browse files
committed
Remove mention of Git sumbodules
Cryptmator for Android no longer uses sumodules
1 parent c994b12 commit 00d8199

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Cryptomator for Android is currently available in the following distribution ch
2626
### Run Git and Gradle
2727

2828
```
29-
git submodule init && git submodule update // (not necessary if cloned using --recurse-submodules)
3029
./gradlew assembleApkstoreDebug
3130
```
3231

@@ -42,7 +41,7 @@ Before connecting to Google Drive you have to create a new project in [Google Cl
4241

4342
Use the Docker image to verify the build of the 'lite' flavor:
4443

45-
1. Clone this repository (don't forget `--recurse-submodules`)
44+
1. Clone this repository
4645
2. Checkout the tag you want to build, e.g. 1.8.0
4746
3. Build the image using `docker build -t cryptomator-android .` in the `buildsystem/` directory
4847
4. Build Cryptomator using `docker run --rm -u $(id -u):$(id -g) -v $(pwd):/project -w /project cryptomator-android ./gradlew clean assembleLiteRelease` in the root of this folder

0 commit comments

Comments
 (0)