31 lines
926 B
Markdown
31 lines
926 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/Basalt2/main/install.lua -d
|
|
```
|
|
|
|
### Release
|
|
|
|
This is the default bundle version of Basalt, containing the full framework, but minified.
|
|
|
|
```
|
|
wget run https://raw.githubusercontent.com/Pyroxenium/Basalt2/main/install.lua -r
|
|
``` |