Use HTTP github URL instead of SSH

This commit is contained in:
JC Brand 2019-05-15 12:36:51 +02:00
parent d3bc206413
commit 31213aa113

View File

@ -31,7 +31,7 @@ Now use ``git`` to check out the Converse repository:
::
git clone git@github.com:conversejs/converse.js.git
git clone https://github.com/conversejs/converse.js.git
Now go into the repository checkout and run ``make dev`` in order to set up the
development environment.