osmith submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
README: use shorter 'make' commands
Change-Id: If650c04c676f98d5f936f478a0e44a6e1713c3d2
---
M README.md
1 file changed, 12 insertions(+), 5 deletions(-)
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 change 37056. To unsubscribe, or for help writing mail filters, visit settings.