Skip to content

Commit

Permalink
Merge pull request #253 from wordpress-mobile/update-readme-prereqs
Browse files Browse the repository at this point in the history
Update README prerequisites.
  • Loading branch information
twstokes committed Apr 29, 2024
2 parents 344105d + 45f6cc3 commit c5b7dfc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ The preferred automation flow now uses the `gbm-cli` tool. See the tool [README]

### Prerequisites

There are no prerequisites to using the `gbm-cli` tool beyond what is used to develop on Gutenberg Mobile.

It does use the same Github authentication as `gh` so it is recommended to run `gh auth` before using the tool. See [Authentication](./gbm-cli/README.md#authentication) for alternatives.
- PHP, which can be installed with `brew install php`.
- A version of Ruby that matches [`.ruby-version`](https://github.com/WordPress/gutenberg/blob/trunk/packages/react-native-editor/ios/.ruby-version).
- A utility like [`rbenv`](https://github.com/rbenv/rbenv) can be used to manage Ruby versions.
- [GitHub authentication](./gbm-cli/README.md#authentication).

#### NVM

Expand Down

0 comments on commit c5b7dfc

Please sign in to comment.