From faa7a0f82b1492eb733e97af9343639a909e2596 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Thu, 5 Mar 2015 15:01:04 +0100 Subject: [PATCH] Minor improvements and typo fixes. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29c60993..58622c80 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,11 @@ $ make ## Build seperately -Get Go external dependencies first with ``make get``. +There are several make targets available. Get Go external dependencies at +least once with ``make get``, all the other targets depend on this. ```bash +$ make get $ make assets $ make binary ``` @@ -121,8 +123,8 @@ Spreed WebRTC should be run through a SSL frontend proxy with support for Websockets. Example configuration for Nginx can be found in `doc/NGINX.txt`. -In addion for real work use one also needs a STUN/TURN server -configured with shared secret support. +In addion for real world use, one also needs a STUN/TURN server +configured (with shared secret support). See https://code.google.com/p/rfc5766-turn-server/ for a free open source TURN server implementation. Make sure to use a recent