From 45f6cc3fd3bf900dfeab7e1620588b097906cb09 Mon Sep 17 00:00:00 2001 From: "Tanner W. Stokes" Date: Fri, 26 Apr 2024 16:59:02 -0400 Subject: [PATCH] Update README prerequisites. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6200606..5d08722 100644 --- a/README.md +++ b/README.md @@ -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