From 2955fe36a1ce420d83d49792a79dc738c57c7003 Mon Sep 17 00:00:00 2001 From: FX Wood <40310772+FX-Wood@users.noreply.github.com> Date: Thu, 19 Oct 2023 19:41:19 -0700 Subject: [PATCH] Clarify install section to include Begin CLI installation --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 07d58fc..a8375a8 100644 --- a/README.md +++ b/README.md @@ -51,15 +51,12 @@ If there is no Markdown file that matches the path, a 404 error will be returned - clone this repo - `npm i` +- install the Begin CLI, see instructions [here](https://begin.com/docs/getting-started/installing-the-begin-cli) ## Setup If you need to run/test the mailing list subscription action (`POST /signup`) you will need to configure the following environment variables: `CIO_SITE_ID`, `CIO_API_KEY`, `CIO_APP_KEY` -### Begin Setup - -Once again this app uses [Begin](https://begin.com) for its deployments. You will have to install the Begin CLI before running the start script as outlined [here](https://begin.com/docs/getting-started/installing-the-begin-cli). - ## Run dev server `npm start`