-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7db8da2
commit e44598d
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# lua535-Beef (!!!W.I.P.!!!) | ||
# lua535-Beef | ||
BeefLang port of Lua5.3.5. Keep in mind that this is an unofficial port and is provided as-is. | ||
|
||
# Quick Start *(using Beef IDE)* | ||
1. **Download** lua535-beef and copy it into BeefLibs. | ||
2. Right-click on your workspace and select **Add from Installed** and choose lua535-beef. | ||
3. **Make** lua535-beef **as a dependency** of your project. | ||
|
||
For a usaage example: [lua535-beef-test](https://github.com/thibmo/lua535-beef-test) | ||
For a usage example: [lua535-beef-test](https://github.com/thibmo/lua535-beef-test) |