Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,26 @@

We use Ruby to manage the third party dependencies and other tools and automation.

2. Clone project in the folder of your preference
3. Ensure you have [git-lfs](https://git-lfs.com/) installed.

You can install it via homebrew or visit [git-lfs](https://git-lfs.com/)) for other installation methods.
```bash
brew install git-lfs
```

4. Clone project in the folder of your preference

```bash
git clone https://github.com/woocommerce/woocommerce-ios.git
````

3. Enter the project directory
5. Enter the project directory

```bash
cd woocommerce-ios
```

4. Install the third party dependencies and tools required to run the project.
6. Install the third party dependencies and tools required to run the project.


```bash
Expand All @@ -55,7 +62,7 @@

This command installs the required tools like [CocoaPods](https://cocoapods.org/). And then it installs the iOS project dependencies using CocoaPods.

5. Open the project by double clicking on `WooCommerce.xcworkspace` file, or launching Xcode and choose File > Open and browse to `WooCommerce.xcworkspace`
7. Open the project by double clicking on `WooCommerce.xcworkspace` file, or launching Xcode and choose File > Open and browse to `WooCommerce.xcworkspace`

### Credentials for External Contributors

Expand Down