addonscript-spec/docs/schema/install.md

21 lines
351 B
Markdown
Raw Normal View History

# Install Object
```json
{
"command": "move",
"args": ["./mods"]
}
```
## Required properties
### command
This is the [install command](../install.md), which should be used at this installation step.
## Optional properties
### args
This is an array of arguments for the [install command](../install.md). Each of them takes other arguments.