From ddbe7ad06a4d7fd2f6291d2b81165ca84c13d4e4 Mon Sep 17 00:00:00 2001 From: AndrewBC Date: Tue, 7 Jun 2011 14:32:29 -0500 Subject: [PATCH] Can has linebreaks? --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 514db0a..74194eb 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,13 @@ This package has only been tested with LLVM 2.9, and Python 2.7, (not Python 3.x ## Quickstart ## 1. Get 2.9 version of LLVM, build it. Make sure '--enable-pic' is passed to LLVM's 'configure'. 2. Get llvm-py and install it: - ``` - $ git clone git@github.com:AndrewBC/llvm-py.git - $ cd llvm-py - $ python setup.py install - ``` + +``` +$ git clone git@github.com:AndrewBC/llvm-py.git +$ cd llvm-py +$ python setup.py install +``` + 3. See documentation at 'www/web/index.html' and examples under 'test'. ## LICENSE ##