From e7c816565ad73e341c7f42b464f34eec1f052cd0 Mon Sep 17 00:00:00 2001 From: Jabb0 <33359018+Jabb0@users.noreply.github.com> Date: Fri, 15 Jan 2021 18:02:05 +0100 Subject: [PATCH] Fixed typo in repo path --- How-to-build-Signal-from-the-sources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-build-Signal-from-the-sources.md b/How-to-build-Signal-from-the-sources.md index e97c9f1..00b4295 100644 --- a/How-to-build-Signal-from-the-sources.md +++ b/How-to-build-Signal-from-the-sources.md @@ -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