Skip to content

Commit 1af744c

Browse files
committed
Typo fix in readme
1 parent 4e7dee9 commit 1af744c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ first.
1919
system.
2020
2. Set the evironment variable `AF_PATH` to point to ArrayFire installation root folder.
2121
3. Make sure you add the path to library files to your path environment variables.
22-
- On Linux & ODX: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib`
22+
- On Linux & OSX: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib`
2323
- On Windows: Add `%AF_PATH%\lib` to your PATH environment variable.
2424
4. Add `arrayfire = "3.2.0"` to the dependencies section of your project's Cargo.toml file.
2525

0 commit comments

Comments
 (0)