Browse Source

minor tweak to rigsc readme

Kyle P Davis 10 years ago
parent
commit
9ae00fcbf3
1 changed files with 4 additions and 7 deletions
  1. 4 7
      rigsc.446/README.md

+ 4 - 7
rigsc.446/README.md

@@ -4,19 +4,16 @@ Includes RIGAL to C compiler, examples, detailed language description and user g
 See the `doc/` folder for more information on RIGAL in general
 
 
-## Build
-
+## Prerequisites
 
-### Prerequisites
-
-#### Mac OS X
+### Mac OS X
 1. install Xcode and the developer tools, if you haven't already
 
-#### Ubuntu Linux
+### Ubuntu Linux
 1. `sudo apt-get install build-essential gcc-multilib csh`
 
 
-### Build
+## Build
 
 ```bash
 cd ${RIGAL}/rigsc.446/src