Merge pull request #3319 from olafthiele/master-branch-error

Simplified git clone msg to prevent error reportings
This commit is contained in:
lissyx 2020-09-10 11:51:27 +02:00 committed by GitHub
commit 16a7a27275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Prerequisites for training a model
Getting the training code
^^^^^^^^^^^^^^^^^^^^^^^^^
Clone the latest released stable branch from Github (e.g. 0.8.2, check `here <https://github.com/mozilla/DeepSpeech/releases>`_ for current version) to start with as the master branch is under active development and might produce errors:
Clone the latest released stable branch from Github (e.g. 0.8.2, check `here <https://github.com/mozilla/DeepSpeech/releases>`_):
.. code-block:: bash