Updated Installer (markdown)

Robert Jelic
2022-05-28 06:41:19 +02:00
parent 9e4b50b2df
commit 5d04476b9e

@@ -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>
![](https://i.imgur.com/b4Ys7FB.png)
````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