Updated installCia (markdown)

Pk11
2020-11-01 15:51:24 -06:00
parent ec344ed69a
commit 74646448e7
+9 -8
@@ -1,13 +1,14 @@
The Function `installCia` contains 2 Parameters.
The `installCia` function contains 2 parameters. It installs the specified CIA file.
`file` -> The path to the cia file.
`message` -> Message while installing.
You can find an example here:
```
{
"type": "installCia",
"file": "sdmc:/Universal-Updater.cia",
"message": "Installing the Cia..."
}
Example
```json
{
"type": "installCia",
"file": "sdmc:/Universal-Updater.cia",
"message": "Installing the Cia..."
}
```