From d307ccb50ebb67bcab51f033d07ed9334037c57f Mon Sep 17 00:00:00 2001 From: bosco-ensemble <102999271+bosco-ensemble@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:06:44 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f6acd80..ac45fed9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ npm tst 1. Create a new repository based on the `helix-project-boilerplate` template and add a mountpoint in the `fstab.yaml` 1. Add the [helix-bot](https://github.com/apps/helix-bot) to the repository -1. Install the [Helix CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/helix-cli` -1. Start Helix Pages Proxy: `hlx up` (opens your browser at `http://localhost:3000`) +1. Install the [Helix CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/aem-cli` +1. Start Helix Pages Proxy: `aem up` (opens your browser at `http://localhost:3000`) 1. Open the `{repo}` directory in your favorite IDE and start coding :)