DOC: Update clone command for iOS in latest doc to get master branch

The documentation used a clone command that gets the 2.2 branch. This
is confusing for the latest version of the doc, and even results in
an error (as the theora feature was renamed theoradec, but branch-2-2
still has the old name).
This commit is contained in:
Thierry Crozat 2022-03-18 21:54:22 +00:00
parent 237a2a7416
commit d867b983e9

View File

@ -33,7 +33,7 @@ The first step is to download the repository containing the code required to bui
.. code-block:: bash
git clone --depth 1 -b branch-2-2-0 https://github.com/scummvm/scummvm.git
git clone https://github.com/scummvm/scummvm.git
.. tip::