From bcd322c1cbfc81ae740716360140798f97c6d616 Mon Sep 17 00:00:00 2001 From: Vivek Date: Fri, 19 Jul 2024 16:06:52 +0530 Subject: [PATCH] fix install link --- guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/getting-started.md b/guide/getting-started.md index 08f4140..fbc862a 100644 --- a/guide/getting-started.md +++ b/guide/getting-started.md @@ -1,6 +1,6 @@ # Getting Started with Pear -Pear Runtime can be installed from the [pears.com](pears.com) or via [npm](https://www.npmjs.com/). +Pear Runtime can be installed via [npm](https://www.npmjs.com/). Since `npm` (or equivalent package manager) is needed to install application dependencies this guide will walk through installing `pear` with `npm`.