osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-s1gw/+/37056?usp=email )
Change subject: README: use shorter 'make' commands ......................................................................
README: use shorter 'make' commands
Change-Id: If650c04c676f98d5f936f478a0e44a6e1713c3d2 --- M README.md 1 file changed, 12 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-s1gw refs/changes/56/37056/1
diff --git a/README.md b/README.md index c5d30b2..b85bbbc 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,7 @@ to compile it from source in some distros).
``` -$ rebar3 asn compile -$ rebar3 compile -$ rebar3 escriptize +$ make ```
@@ -92,7 +90,7 @@ Unit tests can be run this way:
``` -$ rebar3 eunit +$ make check ```
@@ -102,7 +100,7 @@ Once `osmo_s1gw` is built, you can start it this way:
``` -$ rebar3 shell --config config/sys.config +$ make run ```