From 982193544af19fbe0f4e5503b5d77662153a4e18 Mon Sep 17 00:00:00 2001 From: Scott Beamer Date: Mon, 8 Sep 2014 20:58:32 -0700 Subject: fix heading formatting --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') 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) -=========================================================================== +---- -# Quickstart: +# 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 ``` -=========================================================================== + +---- # 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! +---- + # The Linux/RISC-V Installation Manual -- cgit v1.1