From 1ac2faffb095f57339d6d7baa183f0a312ffdae2 Mon Sep 17 00:00:00 2001 From: Samkist Date: Thu, 19 May 2022 13:51:30 -0400 Subject: [PATCH] updated Getting-Started.md --- Getting-Started.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index f45dc15..b8e8128 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -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