mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-25 15:42:50 +01:00
Fixed typo in repo path
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user