pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/34195 )
Change subject: README.md: Document how to run escript with config file
......................................................................
README.md: Document how to run escript with config file
Change-Id: Icc78f4bd22608ad0c8a2c5f6095cd77543ab2048
---
M README.md
1 file changed, 14 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo_dia2gsup refs/changes/95/34195/1
diff --git a/README.md b/README.md
index 4b52070..3177caf 100644
--- a/README.md
+++ b/README.md
@@ -35,3 +35,8 @@
1> osmo_dia2gsup:start().
```
+== Run as an escript ==
+
+$ rebar3 escriptize
+$ ERL_FLAGS='-config ./examples/sys.config' _build/default/bin/osmo-dia2gsup
+
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/34195
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: Icc78f4bd22608ad0c8a2c5f6095cd77543ab2048
Gerrit-Change-Number: 34195
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange