Updated Installer (markdown)
@@ -1,5 +1,6 @@
|
||||
Here is a premade installer you can add into your script if you want:
|
||||
This is just a script which helps you to install basalt.lua, if it's not already on the computer. Means, you create your program (which requires basalt) and add this on the top of your program. Now, everytime you execute your program it checks if basalt.lua exists or not. If not, it will download it first and then continue to execute your program.
|
||||
|
||||
## Visual Installer
|
||||
This is a visual version, it asks the user if he wants to install basalt.lua (if not found)<br>
|
||||

|
||||
````lua
|
||||
@@ -59,6 +60,7 @@ local basalt = dofile(filePath) -- here you can change the variablename in any v
|
||||
------------------------------
|
||||
````
|
||||
|
||||
## Basic Installer
|
||||
Here is a very basic one which just installs basalt.lua if don't exist:
|
||||
````lua
|
||||
--Basalt configurated installer
|
||||
|
||||
Reference in New Issue
Block a user