summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert G. Jakabosky <bobby@sharedrealm.com>2011-02-26 15:44:50 -0800
committerRobert G. Jakabosky <bobby@sharedrealm.com>2011-02-26 15:44:50 -0800
commitbef35fcd16e9c1f17b43ed3001715d9d1af8a2a8 (patch)
tree42f5625478c27b48424a7493d5068758c43a0bbe /README.md
parent3cb6c478d9533c60e8b7de66dd53653d86c53d93 (diff)
downloadluagit2-bef35fcd16e9c1f17b43ed3001715d9d1af8a2a8.tar.gz
cleanup formatting of README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 12429d1..3c76c09 100644
--- a/README.md
+++ b/README.md
@@ -8,21 +8,21 @@ Installing
### Install lua-git2:
-curl -O "https://github.com/Neopallium/luagit2/raw/master/lua-git2-scm-0.rockspec"
-
-luarocks install lua-git2-scm-0.rockspec
+ curl -O "https://github.com/Neopallium/luagit2/raw/master/lua-git2-scm-0.rockspec"
+
+ luarocks install lua-git2-scm-0.rockspec
To re-generating the bindings
-----------------------------
-You will need to install LuaNativeObjects and set the CMake variable USE_PRE_GENERATED_BINDINGS to FALSE.
+You will need to install LuaNativeObjects and set the CMake variable `USE_PRE_GENERATED_BINDINGS` to FALSE.
By default CMake will use the pre-generated bindings that are include in the project.
Build Dependencies
------------------
-Optional dependency for re-generating Lua bindings from *.nobj.lua files:
+Optional dependency for re-generating Lua bindings from `*.nobj.lua` files:
-* [LuaNativeObjects](https://github.com/Neopallium/LuaNativeObjects), this is the bindings generator used to convert the *.nobj.lua files into a native Lua module.
+* [LuaNativeObjects](https://github.com/Neopallium/LuaNativeObjects), this is the bindings generator used to convert the `*.nobj.lua` files into a native Lua module.