Fixed typo in repo path

Jabb0
2021-01-15 18:02:05 +01:00
parent 6e5aee1b83
commit e7c816565a
+2 -2
@@ -13,7 +13,7 @@ _The following information concentrates on compiling on **LINUX**, **OS X** or *
```
# assuming your working directory is /work
cd /work
git clone https://github.com/signapapp/Signal-Android.git Signal-Android
git clone https://github.com/signalapp/Signal-Android.git Signal-Android
cd Signal-Android
# execute Gradle
./gradlew build
@@ -28,7 +28,7 @@ cd Signal-Android
```
# assuming the project working directory is /work
cd /work
git clone https://github.com/signapapp/Signal-Android.git Signal-Android
git clone https://github.com/signalapp/Signal-Android.git Signal-Android
# as a developer
# you would clone using the git protocol and your username