summary refs log tree commit diff
diff options
context:
space:
mode:
authorRick Cogley <rick@cogley.info>2016-06-28 18:27:54 +0900
committerGitHub <noreply@github.com>2016-06-28 18:27:54 +0900
commit1ea358b28b46edffdf62a52e8a2b3faf8b2aae1d (patch)
tree4e6ecffac3444e4e8564ef07e7e60e76dd536474
parentRemove double spaces (diff)
downloadsynapse-1ea358b28b46edffdf62a52e8a2b3faf8b2aae1d.tar.xz
Update turn-howto.rst to use git clone
svn checkout is not logical for a checkout from github, so changed the checkout to "git clone". 
thanks @dbkr

Signed-off-by: Rick Cogley <rick.cogley@esolia.co.jp>
-rw-r--r--docs/turn-howto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/turn-howto.rst b/docs/turn-howto.rst
index f0c5601ea0..afddebd53a 100644
--- a/docs/turn-howto.rst
+++ b/docs/turn-howto.rst
@@ -19,7 +19,7 @@ coturn Setup
 You may be able to setup coturn via your package manager,  or set it up manually using the usual ``configure, make, make install`` process.  
 
  1. Check out coturn::
-      svn checkout https://github.com/coturn/coturn.git coturn
+      git clone https://github.com/coturn/coturn.git coturn
       cd coturn
 
  2. Configure it::