Updated download.md

This commit is contained in:
Robert Jelic
2025-03-24 20:46:57 +01:00
parent e478ce979b
commit 9a07eba2c3
2 changed files with 692 additions and 3 deletions

View File

@@ -19,13 +19,13 @@ If you want to skip the UI and just download the essentials, here are some other
This is the full dev version of Basalt, containing all available files.
```
wget run https://raw.githubusercontent.com/Pyroxenium/basalt-docs/main/install.lua dev
wget run https://raw.githubusercontent.com/Pyroxenium/basalt-docs/main/install.lua -d
```
### Release
This is the default bundle version of Basalt, containing essential files for a UI framework.
This is the default bundle version of Basalt, containing the full framework, but minified.
```
wget run https://raw.githubusercontent.com/Pyroxenium/basalt-docs/main/install.lua release
wget run https://raw.githubusercontent.com/Pyroxenium/basalt-docs/main/install.lua -r
```