Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README prerequisites. #253

Merged
merged 1 commit into from
Apr 29, 2024
Merged
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
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
Loading