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 :)