0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-29 07:58:19 +02:00

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>
This commit is contained in:
Rick Cogley 2016-06-28 18:27:54 +09:00 committed by GitHub
parent 551fe80bed
commit 1ea358b28b

View file

@ -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::