packages: update outdated installation instructions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -6,15 +6,10 @@ This package provides utilities that help in developing plugins for Backstage, l
|
||||
|
||||
## Installation
|
||||
|
||||
Install the package via npm or Yarn:
|
||||
|
||||
```sh
|
||||
npm install --save-dev @backstage/dev-utils
|
||||
```
|
||||
|
||||
or
|
||||
Install the package via Yarn:
|
||||
|
||||
```sh
|
||||
cd plugins/<plugin> # if within a monorepo
|
||||
yarn add -D @backstage/dev-utils
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user