diff options
author | Erik Faye-Lund <[email protected]> | 2019-05-28 14:03:08 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-05 23:48:45 +0200 |
commit | 9e5bc2c8685ee502dd911dd5b1b166f2b05d7dcd (patch) | |
tree | 9be8a7e71c40d8ca6fd3915a63f80d473fd004f1 /docs/install.html | |
parent | 38652a29ae2756f68790560c3587bbd996320d0e (diff) |
docs: use h4 instead of free-standing paragraphs and br-tags
This makes this document a bit more structured, which is generally
considered a good thing for HTML. It will also translate a bit better
into other markup-formats.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/install.html')
-rw-r--r-- | docs/install.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/install.html b/docs/install.html index 06c7f28ae13..f4b3edd5713 100644 --- a/docs/install.html +++ b/docs/install.html @@ -35,9 +35,7 @@ <h3>1.1 General</h3> -<p> -Build system. -</p> +<h4>Build system</h4> <ul> <li><a href="https://mesonbuild.com">meson</a> is required when building on *nix platforms. @@ -51,6 +49,7 @@ is used when when building ARC. </ul> +<h4>Compiler</h4> <p> The following compilers are known to work, if you know of others or you're willing to maintain support for other compiler get in touch. @@ -63,9 +62,8 @@ willing to maintain support for other compiler get in touch. </ul> +<h4>Third party/extra tools.</h4> <p> -Third party/extra tools. -<br> <strong>Note</strong>: These should not be required, when building from a release tarball. If you think you've spotted a bug let developers know by filing a <a href="bugs.html">bug report</a>. |