File tree 2 files changed +29
-2
lines changed
2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1
- # lua-script
2
- 📝 learning lua-script
1
+
2
+ <br />
3
+
4
+ <div align =" center " >
5
+
6
+ <img src =" ./images/lua.png " width =" 150 " height =" 150 " alt =" Lua Image " >
7
+
8
+ <br />
9
+ <br />
10
+
11
+ Learning Lua
12
+
13
+ [ ![ Release] ( https://img.shields.io/badge/-🔵_Lua-blue )] ( https://www.lua.org/ ) [ ![ Release] ( https://img.shields.io/badge/-📚_Documentation-brightgreen )] ( https://www.lua.org/docs.html ) <br />
14
+ [ ![ Release] ( https://img.shields.io/badge/🎉_Busted-lightblue )] ( https://github.com/lunarmodules/busted )
15
+ [ ![ Release] ( https://img.shields.io/badge/%E2%9C%A8%20LuaUnit-yellow )] ( https://www.tutorialspoint.com/lua/index.htm )
16
+ </div >
17
+
18
+ <br /><br />
19
+
20
+ # Install
21
+
22
+ Before learning Lua, please make sure to correctly install the following modules. (For Mac with AMD chip)
23
+
24
+ ``` shell
25
+ $ brew install lua # Lua
26
+ $ brew install luarocks # LuaRocks
27
+ $ luarocks install luaunit # LuaUnit
28
+ $ luarocks install busted # Busted
29
+ ```
You can’t perform that action at this time.
0 commit comments