Skip to content

Commit

Permalink
Minor changes to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanky committed Dec 23, 2015
1 parent c4f0fb6 commit 5cd1e77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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.
Expand Down

0 comments on commit 5cd1e77

Please sign in to comment.