Files
Basalt2/docs/guides/download.md
2025-02-23 13:24:59 +01:00

31 lines
942 B
Markdown

# Download
Basalt is available in two versions: the dev version, ideal for develpoement and the release version which is meant for production. Basalt is also available on [PineStore](https://pinestore.cc/projects/15/basalt)
## Downloading Basalt
To download the Basalt Installer-UI using a ComputerCraft shell command, use the following:
```
wget run https://raw.githubusercontent.com/Pyroxenium/Basalt2/main/install.lua
```
## Download Basalt without UI
If you want to skip the UI and just download the essentials, here are some other commands:
### Developer
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
```
### Release
This is the default bundle version of Basalt, containing essential files for a UI framework.
```
wget run https://raw.githubusercontent.com/Pyroxenium/basalt-docs/main/install.lua release
```