From 5d04476b9e867a28501783bc18dac63b5e9dd7bc Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 28 May 2022 06:41:19 +0200 Subject: [PATCH] Updated Installer (markdown) --- Installer.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Installer.md b/Installer.md index c0f5750..d248f06 100644 --- a/Installer.md +++ b/Installer.md @@ -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)
![](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