1
0
Fork 0

Update README.md

This commit is contained in:
Oliver Smith 2023-08-24 15:09:15 +00:00
parent 71ad997840
commit 83e2af672c
1 changed files with 7 additions and 1 deletions

View File

@ -37,7 +37,13 @@ $ rebar3 shell --config ./examples/sys.config
1> osmo_dia2gsup:start().
```
Running it as an escript in one shell command:
Running it with one shell command:
```
$ rebar3 shell --config ./examples/sys.config --eval "osmo_dia2gsup:start()."
```
Running it as an escript:
```
$ rebar3 escriptize