aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tcp_echo/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tcp_echo/README.md')
-rw-r--r--examples/tcp_echo/README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/examples/tcp_echo/README.md b/examples/tcp_echo/README.md
index df4c6bd..d65fae5 100644
--- a/examples/tcp_echo/README.md
+++ b/examples/tcp_echo/README.md
@@ -1,7 +1,10 @@
-Ranch TCP Echo
-==============
+Ranch TCP echo example
+======================
+
+To try this example, you need GNU `make` and `git` in your PATH.
+
+To build the example, run the following command:
-To build the example:
``` bash
$ make
```
@@ -13,6 +16,7 @@ $ ./_rel/bin/tcp_echo_example console
```
Then start a telnet session to port 5555:
+
``` bash
$ telnet localhost 5555
```