From f2998627a318433af81b9e69f4d97e66c2640b87 Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Tue, 8 Oct 2019 09:46:00 +0100 Subject: [PATCH] Looks like we don't need to use gt in Markdown. --- content/page/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/page/building.md b/content/page/building.md index 8a8ada0..5d09887 100644 --- a/content/page/building.md +++ b/content/page/building.md @@ -29,7 +29,7 @@ project.  -6\) Select **Build > Build Bundle(s)/APK(s) > Build APK(s)** from the Android Studio menu. +6\) Select **Build > Build Bundle(s)/APK(s) > Build APK(s)** from the Android Studio menu.  @@ -42,7 +42,7 @@ 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, select **VCS>Update +regularly. To get the latest version of the source code, select **VCS > Update Project**.  -- GitLab