updated Getting-Started.md

Samkist
2022-05-19 13:51:30 -04:00
parent 512adbf8d5
commit 1ac2faffb0

@@ -9,12 +9,15 @@ Just use the following command in any CC:Tweaked shell:
This will download `basalt.lua` to your local directory
To make use of the framework, make use of the following snippet
To load the framework, make use of the following snippet
````lua
--> For those who are unfamiliar with lua, dofile executes the code in the referenced file
local basalt = dofile("basalt.lua")
````
Here is a fully functioning example of Basalt code
````lua
local basalt = dofile("basalt.lua") --> Load the Basalt framework