Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 1b0c16e

Browse files
committed
Merge pull request #46 from AndrewSB/patch-1
Add setup instructions to Contributing
2 parents ebb4b49 + fdf072b commit 1b0c16e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Facebook has adopted a Code of Conduct that we expect project participants to ad
77
## Our Development Process
88
Most of our work will be done in public directly on GitHub. There may be changes done through our internal source control, but it will be rare and only as needed.
99

10+
## Setup
11+
- Clone the project locally using `git clone`.
12+
- Fetch required submodules by running `git submodule update --init --recursive` in the directory.
13+
- `bundle install` to install necessary RubyGems.
14+
- Run `pod install` to fetch OCMock for testing.
15+
1016
### `master` is unsafe
1117
Our goal is to keep `master` stable, but there may be changes that your application may not be compatible with. We'll do our best to publicize any breaking changes, but try to use our specific releases in any production environment.
1218

0 commit comments

Comments
 (0)