]> source.dussan.org Git - dcevm.git/commitdiff
Mark up shell commands using shell syntax 77/head
authorMatthew Daniel <mdaniel@gmail.com>
Fri, 3 Jul 2015 18:33:20 +0000 (11:33 -0700)
committerMatthew Daniel <mdaniel@gmail.com>
Fri, 3 Jul 2015 18:33:20 +0000 (11:33 -0700)
No need to make people copy-and-paste around the bullet-points

README.md

index a83af75a91d898b3fb2c1d0108180f038ced5a90..3a1c82f7a75832fc9139e1918df61f113939efc7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,15 +28,19 @@ You need the following software to build DCEVM:
 
 Currently the build is not compatible with Clang on Mac OS X, you need to install gcc 4.8 using the [Homebrew](http://brew.sh/):
 
-* brew tap homebrew/versions
-* brew install gcc48
+```sh
+brew tap homebrew/versions
+brew install gcc48
+```
 
 Then set the following environmental properties:
 
-* export CC=/usr/local/bin/gcc-4.8
-* export CFLAGS=-fobjc-exceptions
-* export CXX=/usr/local/bin/g++-4.8
-* export SA_LDFLAGS=-fobjc-exceptions
+```sh
+export CC=/usr/local/bin/gcc-4.8
+export CFLAGS=-fobjc-exceptions
+export CXX=/usr/local/bin/g++-4.8
+export SA_LDFLAGS=-fobjc-exceptions
+```
 
 ### Compiling DCEVM