aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorScott Beamer <sbeamer3@gmail.com>2014-09-08 20:58:32 -0700
committerScott Beamer <sbeamer3@gmail.com>2014-09-08 20:58:32 -0700
commit982193544af19fbe0f4e5503b5d77662153a4e18 (patch)
tree3bfe3635588234fce0354db08d8f77369cb806e1 /README.md
parent3da1e16a66b69536f9d48c165785ce30b0d1a324 (diff)
downloadriscv-tools-982193544af19fbe0f4e5503b5d77662153a4e18.zip
riscv-tools-982193544af19fbe0f4e5503b5d77662153a4e18.tar.gz
riscv-tools-982193544af19fbe0f4e5503b5d77662153a4e18.tar.bz2
fix heading formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 496ca9f..3d5197f 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,10 @@ Three guides are available for this repo:
3. [The Linux/RISC-V Installation Manual](#linuxman)
-===========================================================================
+----
-# <a name="quickstart"></a>Quickstart:
+# <a name="quickstart"></a>Quickstart
```sh
$ git submodule update --init --recursive
@@ -33,7 +33,8 @@ To use a compiler different than the default (for example on OS X), use:
$ CC=gcc-4.8 CXX=g++-4.8 ./build.sh
```
-===========================================================================
+
+----
# <a name="newlibman"></a>The RISC-V GCC/Newlib Toolchain Installation Manual
@@ -261,6 +262,8 @@ saying, "Hello world!". If not...
I know, I've been there too. Good luck!
+----
+
# <a name="linuxman"></a> The Linux/RISC-V Installation Manual