Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/facebook/luaffifb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2015-11-04 06:38:06 +0300
committerSoumith Chintala <soumith@gmail.com>2015-11-04 06:38:06 +0300
commitd9f853821e2a8eae4e5c6b3411c93f320d5f04f6 (patch)
tree0530e5b5e57ccfe6508e685c021d8cd213037475
parentf5d70dbac68c3b3acb2b1bf71563c3c990a25536 (diff)
Update README.md
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e12ea8..083c6f6 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,13 @@ Runs with both Lua 5.1 and Lua 5.2.
Build
-----
-- Run `luarocks make`
+In a terminal:
+
+```bash
+git clone https://github.com/facebook/luaffifb
+cd luaffifb
+luarocks make
+```
Documentation
-------------