Updated How To (markdown)
@@ -4,7 +4,9 @@ You want to know how to use basalt for your projects? Easy! Just use the followi
|
||||
|
||||
After this is done, edit your program and add the following line on top of your program:
|
||||
|
||||
`local basalt = dofile("basalt.lua")`
|
||||
````lua
|
||||
local basalt = dofile("basalt.lua")
|
||||
````
|
||||
|
||||
now you are able to access everything you need from basalt.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user