From 539d2c0528f19a48854daf8e5294f4ae1a3c35c2 Mon Sep 17 00:00:00 2001 From: Kevin Coughlin Date: Mon, 10 May 2021 22:46:37 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95cc7c3..6807bad 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ A podcast player for the web. ## Local development 1. Git clone the repository to your workspace. -1. Install `pnpm` via `npm i -g pnpm`. -1. Run install for your package manager of choice e.g. `pnpm install`. -1. Run `pnpm start` to launch the local development server. +1. Install `yarn` via `npm i -g yarn`. +1. Run install for your package manager of choice e.g. `yarn install`. +1. Run `yarn start` to launch the local development server.