We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f0fb6 commit 5cd1e77Copy full SHA for 5cd1e77
README.md
@@ -82,7 +82,7 @@ You can install ArrayFire using one of the following two ways.
82
3. Run `cmake /path/to/arrayfire-lua/ -DCMAKE_INSTALL_PREFIX=package`.
83
4. Run `make`
84
85
-### Setting up the
+### Setting up Lua paths
86
87
**Windows**
88
@@ -96,6 +96,9 @@ You can install ArrayFire using one of the following two ways.
96
$ export LUA_CPATH="/path/to/install/location/?.so;;"
97
$ lua helloworld/helloworld.lua
98
99
+
100
+You should now be good to go!
101
102
## Issues
103
104
This is a work in progress and is not intended for production use.
0 commit comments