Skip to content

Commit

Permalink
update readmet
Browse files Browse the repository at this point in the history
  • Loading branch information
azubieta committed Feb 14, 2020
1 parent 1ea6871 commit 2d5c977
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -222,9 +222,13 @@ languages such as Java, Python or QML, it should point to the interpreter binary
Advanced runtime configuration.

- **env**: Environment variables to be set at runtime.

- **generator**: Runtime generator to be used
- proot: Use proot to run the application. It's required to bundle the system package.
- classic: Set's PT_RUNPATH y PT_INTERP to ELF files and other runtime configurations.

```yaml
runtime:
generator: proot
env:
PATH: '${APPDIR}/usr/bin:${PATH}'
```
Expand Down

0 comments on commit 2d5c977

Please sign in to comment.