Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTCoughlin committed May 11, 2021
1 parent d9090d2 commit 539d2c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 539d2c0

Please sign in to comment.