From 5cd1e7702cd37d3bae60cfbc819c01cda1d0f6ec Mon Sep 17 00:00:00 2001 From: Pavan Yalamanchili Date: Wed, 23 Dec 2015 18:17:27 -0500 Subject: [PATCH] Minor changes to README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 233d27c..1749f7e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ You can install ArrayFire using one of the following two ways. 3. Run `cmake /path/to/arrayfire-lua/ -DCMAKE_INSTALL_PREFIX=package`. 4. Run `make` -### Setting up the +### Setting up Lua paths **Windows** @@ -96,6 +96,9 @@ You can install ArrayFire using one of the following two ways. $ export LUA_CPATH="/path/to/install/location/?.so;;" $ lua helloworld/helloworld.lua + +You should now be good to go! + ## Issues This is a work in progress and is not intended for production use.