Updated How To (markdown)

Robert Jelic
2022-05-03 19:46:09 +02:00
parent bd099354b4
commit ecb840f081

@@ -2,7 +2,7 @@ You want to know how to use basalt for your projects? Easy! Just use the followi
`wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt.lua basalt.lua`
After you did this, you just have to put this on top of your program:
After you did this, edit your program and add the following line on top of your program:
`local basalt = dofile("basalt.lua")`