From 52968830273c71f34374f959c0461e4543eb8186 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 19 Sep 2025 09:32:33 -0400 Subject: [PATCH] Reduce wordiness on installing ember --- guides/release/getting-started/quick-start.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guides/release/getting-started/quick-start.md b/guides/release/getting-started/quick-start.md index 424988a971..ce683b20ce 100644 --- a/guides/release/getting-started/quick-start.md +++ b/guides/release/getting-started/quick-start.md @@ -13,8 +13,7 @@ We'll cover these steps: ## Install Ember -You can install Ember with a single command using npm, -the Node.js package manager. +You can install Ember with a single command using [npm](https://docs.npmjs.com/cli), Type this into your terminal: ```bash