diff options
author | Rick Cogley <rick@cogley.info> | 2016-06-28 18:27:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-28 18:27:54 +0900 |
commit | 1ea358b28b46edffdf62a52e8a2b3faf8b2aae1d (patch) | |
tree | 4e6ecffac3444e4e8564ef07e7e60e76dd536474 /docs | |
parent | Remove double spaces (diff) | |
download | synapse-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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/turn-howto.rst | 2 |
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:: |