Skip to content

Commit

Permalink
Merge pull request #74 from beeware/lfs-doc
Browse files Browse the repository at this point in the history
Add documentation about git-lfs requirement.
  • Loading branch information
freakboy3742 authored Oct 19, 2024
2 parents 28c8335 + 4baf2e4 commit 15f257f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ Usage
This repo contains an activation script that will configure your environment so
it's ready to use. To set up a build environment:

1. Clone this repository::
1. Ensure you have ``git-lfs`` installed (``git lfs --version`` should return a
version number, not an error). ``git-lfs`` is available from
`https://git-lfs.com <https://git-lfs.com>`_, or by running ``brew install
git-lfs``.

2. Clone this repository::

$ git clone https://github.com/beeware/mobile-forge.git
$ cd mobile-forge

2. Run the script for the Python version you want to use, providing the support
3. Run the script for the Python version you want to use, providing the support
revision::

$ source ./setup-iOS.sh 3.11
Expand Down

0 comments on commit 15f257f

Please sign in to comment.