Updated Basalt (markdown)

Robert Jelic
2022-04-19 20:17:03 +02:00
parent aae0ca1d5a
commit ce57a8ddef

@@ -96,7 +96,6 @@ This is a visual version, it asks the user if he wants to install basalt.lua (if
![](https://i.imgur.com/b4Ys7FB.png)
````lua
--Basalt configurated installer
--Basalt configurated installer
local filePath = "basalt.lua" --here you can change the file path default: basalt.lua
if not(fs.exists(filePath))then
local w,h = term.getSize()