doc: install 0.5.0

This commit is contained in:
Anton
2023-12-01 00:59:33 +05:00
parent 696ebbdeea
commit da007ccc13
2 changed files with 11 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ content-type: application/json
}
```
`sandbox` is the name of the pre-configured sandbox, and `command` is the name of a command supported by that sandbox. See [Configuration](docs/config.md) for details.
`sandbox` is the name of the pre-configured sandbox, and `command` is the name of a command supported by that sandbox. See [Adding a sandbox](docs/add-sandbox.md) for details on how to add a new sandbox.
`files` is a map, where the key is a filename and the value is its contents. When executing a single file, it should either be named as the `command` expects, or be an empty string (as in the example above).