Skip to content

Commit 5cd1e77

Browse files
committed
Minor changes to README.md
1 parent c4f0fb6 commit 5cd1e77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can install ArrayFire using one of the following two ways.
8282
3. Run `cmake /path/to/arrayfire-lua/ -DCMAKE_INSTALL_PREFIX=package`.
8383
4. Run `make`
8484

85-
### Setting up the
85+
### Setting up Lua paths
8686

8787
**Windows**
8888

@@ -96,6 +96,9 @@ You can install ArrayFire using one of the following two ways.
9696
$ export LUA_CPATH="/path/to/install/location/?.so;;"
9797
$ lua helloworld/helloworld.lua
9898

99+
100+
You should now be good to go!
101+
99102
## Issues
100103

101104
This is a work in progress and is not intended for production use.

0 commit comments

Comments
 (0)