summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorinthewaves <26474149+inthewaves@users.noreply.github.com>2020-09-22 01:01:27 -0700
committerDaniel Micay <danielmicay@gmail.com>2020-09-22 09:22:12 -0400
commit34d06928b1ef0a7059772b9418311d90189bcd27 (patch)
treead30d0d884af18349053722d2c59a6e9841c10e3 /static
parent1496532a6a06a417c293c94c5c17a85ef6e98c94 (diff)
fix typos in browser building section
Diffstat (limited to 'static')
-rw-r--r--static/build.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/static/build.html b/static/build.html
index a5b32eac..6aaabbd1 100644
--- a/static/build.html
+++ b/static/build.html
@@ -792,14 +792,13 @@ keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -alias vanadium
cd src</pre>
<p>You will be prompted to enter a password which will be requested by the script for
- signing releases. You should back this up the generated keystore with your other
- keys.</p>
+ signing releases. You should back up the generated keystore with your other keys.</p>
<p>Generate TrichromeChrome.apk from the bundle and sign the apks:</p>
<pre>../generate_release.sh</pre>
- <p>The apks needs to be copied from <code>out/Default/apks/release/*.apk</code>
+ <p>The apks need to be copied from <code>out/Default/apks/release/*.apk</code>
into the Android source tree at
<code>external/vanadium/prebuilt/arm64/</code> with arm64
substituted with the correct value for other architectures (arm, x86, x86_64).</p>