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