README: add render-init tip

I keep forgetting this one.
This commit is contained in:
Ehmry - 2020-03-19 00:22:16 +05:30
parent ad07de94bf
commit 89a31edc39
1 changed files with 6 additions and 0 deletions

View File

@ -195,6 +195,12 @@ nix build .#checks.x86_64-linux-x86_64-genode.nova-solo5-net.sotest
# Tips and tricks
## Render a Dhall Init configuration to XML
```shell
echo ./config.dhall | nix app genodepkgs#render-init > config.xml
```
## Build a Genode Labs Make target
```shell