Skip to content

Commit

Permalink
chore(docs): add asdf and hombrew to prereqs (#8755)
Browse files Browse the repository at this point in the history
* add asdf and hombrew to prereqs

* add comment to configure shell
  • Loading branch information
brainbicycle authored May 24, 2023
1 parent 1ffa4ea commit b2fd1d5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

### Prerequisites

You'll need [Node](https://nodejs.org/en/), [Yarn](https://yarnpkg.com/en/) and Watchman installed (`brew install watchman`).
You'll need [homebrew](https://brew.sh) [asdf](https://asdf-vm.com/guide/getting-started.html), [Yarn](https://yarnpkg.com/en/) and Watchman installed (`brew install watchman`).

> The Node version should match [the `engine` version here](https://github.com/artsy/eigen/blob/main/package.json).
#### Setting up asdf

There are instructions here: https://asdf-vm.com/guide/getting-started.html
You will want the java, nodejs, and ruby plugins to get all of our tooling.
```
brew install asdf
# configure your shell setup scripts for your shell, see asdfs instructions on the site
asdf plugin add ruby
asdf plugin add nodejs
asdf plugin add java
```

### Set up iOS

Expand Down Expand Up @@ -41,6 +51,7 @@ cd eigen
1. Run

```
asdf install
yarn setup:artsy
yarn install:all
yarn relay
Expand Down

0 comments on commit b2fd1d5

Please sign in to comment.