DOCS: Fix iOS branch version in the docs

In general, we'd better rewrite this part and drop hard-coded version branch
This commit is contained in:
Eugene Sandulenko 2021-11-16 11:40:43 +01:00
parent 20b86b59fd
commit 029e3fe637
No known key found for this signature in database
GPG key ID: 014D387312D34F08

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 --depth 1 -b branch-2-5-0 https://github.com/scummvm/scummvm.git
.. tip::