Skip to content
Snippets Groups Projects
Commit 1ea358b2 authored by Rick Cogley's avatar Rick Cogley Committed by GitHub
Browse files

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: default avatarRick Cogley <rick.cogley@esolia.co.jp>
parent 551fe80b
No related merge requests found
......@@ -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::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment