Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon authored Jun 10, 2020
1 parent 1b4298a commit f096bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Manual smoke tests are included in `apps/native-component-list`, this is a good
## 📦 Download and Setup

1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device. (`git remote add upstream [email protected]:expo/expo.git` 😉)
1. Ensure [direnv](https://direnv.net/) is installed on your computer.
1. Run the setup script with: `npm run setup:native` (if you just want to contribute to the docs, you can run `npm run setup:docs`). This command does the following for you:

<!-- TODO(Bacon): Split this into 2 scripts so people can contribute to docs without installing React Native -->

- Downloads submodules (like `react-native`) with `git submodule update --init`
- Fetches files with [_git lfs_](https://git-lfs.github.com), which we use for big native libraries like Google Mobile Vision. Note: you must have `git lfs` already installed.
- Ensures [direnv](https://direnv.net/) is installed
- Ensures Yarn is installed
- Ensures your computer is set up for React Native (will install the Android NDK if it's not present)
- Downloads the Node packages (`yarn install`)
Expand Down

0 comments on commit f096bf5

Please sign in to comment.