Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 806 Bytes

File metadata and controls

30 lines (21 loc) · 806 Bytes

hellofromlua_rock

A simple custom Lua rock example. Displays the following message:


***********************************
** Hello from a custom Lua rock! **
***********************************

Installation

  • Install to local tree (ie. tree located in your project directory) using LuaRocks (v3.0.3-1):
$ cd <your-lua-project-directory>
$ git clone https://github.com/hfagerlund/hellofromlua_rock.git
$ cd hellofromlua_rock
$ luarocks make --local

Usage

For a demo of how to use hellofromlua, check out the hello-lua repo.


License

Copyright (c) 2018 Heini Fagerlund. Licensed under the 3-Clause BSD License.