pespin has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/34802?usp=email )
Change subject: README.md: Fix path to config file ......................................................................
README.md: Fix path to config file
Change-Id: Id0f7cb0d991895da96694082ab367c30867a7bce --- M README.md 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/README.md b/README.md index 6f93fed..d425efc 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@
== Configuration ==
-$ rebar3 shell --config ./examples/sys.config +$ rebar3 shell --config ./config/sys.config ``` 1> osmo_epdg:start(). ```