summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-05-12 00:15:27 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-05-12 00:15:27 -0400
commitdee6255f0765e94eb2506fd394c7e86f3ae3e50e (patch)
tree54d642980a1331d317b10f48abf7a2c27bab27c8 /static
parent6631adcad03936b8f45abbebe1d1c84f2113f201 (diff)
fix syntax
Diffstat (limited to 'static')
-rw-r--r--static/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index 9ba4d035..ac18136b 100644
--- a/static/build.html
+++ b/static/build.html
@@ -763,7 +763,7 @@ git am --whitespace=nowarn ../patches/*.patch</pre>
<p>Using the official releases of the SDK is recommended for simplicity, although with
a lot of effort you can build everything yourself. Distribution packages are generally
quite out-of-date and should be avoided. To set up a minimal SDK installation at
- `~/android/sdk` without Android Studio:</p>
+ <code>~/android/sdk</code> without Android Studio:</p>
<pre>mkdir -p ~/android/sdk/cmdline-tools
cd ~/android/sdk/cmdline-tools