osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37098?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/erlang/osmo-s1gw refs/changes/98/37098/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
```
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37098?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: If650c04c676f98d5f936f478a0e44a6e1713c3d2
Gerrit-Change-Number: 37098
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-CC: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange