Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
better explanation about using it as a external library
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre-LA committed Sep 26, 2020
1 parent 41ccaaa commit 884f38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Just move `raylib.nelua` file to your project.
### As external library
Clone or download this repository somewhere and then either:
* use the `-L` option, for example: `nelua -L ~/path/to/nelua-raylib my-game.nelua`
* use a `neluacfg.lua` script on the project's root directory or on your `$HOME/config/` with the content `return { add_path = {'/path/to/nelua-raylib'} }`
* use a `neluacfg.lua` script on the project's root directory or on your `$HOME/.config/nelua` with the content `return { add_path = {'/path/to/nelua-raylib'} }`
[(See about this here)][nelua-L-option]

## Quick Raylib-nelua specific changes:
Expand Down

0 comments on commit 884f38b

Please sign in to comment.