From b7fb81a0798bb90c7fa123098a237f88645f550d Mon Sep 17 00:00:00 2001 From: Santiago Torres <santiago@archlinux.org> Date: Mon, 7 Oct 2019 21:21:41 -0400 Subject: [PATCH] building: address review comments by @akwizgran - Correct the name to the apk to match the one generated. - Fix typo on click on, and match the format on the rest of the instructions instead. --- content/page/building.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/page/building.md b/content/page/building.md index 526d3b7..8a8ada0 100644 --- a/content/page/building.md +++ b/content/page/building.md @@ -8,8 +8,6 @@ title: Building the Source Code 1\) Download and install [Android Studio](http://developer.android.com/sdk/index.html). -2\) Open Android Studio and select **Check out project from Version -Control**.  @@ -36,7 +34,7 @@ project.  7\) When the build process finishes, click **Show in File Manager** to -open the folder containing the APK file, **briar-android-debug.apk**. +open the folder containing the APK file, **briar-android-official-debug.apk**. You can [sideload](http://www.digitalcitizen.life/how-sideload-apps-using-apk-files-android-devices) this file onto any Android device. @@ -44,8 +42,8 @@ this file onto any Android device.  8\) Briar is under constant development, so you should check for updates -regularly. To get the latest version of the source code, click the -**Update Project** on option the **VCS** menu. +regularly. To get the latest version of the source code, select **VCS>Update +Project**.  -- GitLab