packages: update outdated installation instructions

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-06-01 20:13:22 +02:00
parent 3aeccc94ba
commit e7c5e4b303
8 changed files with 27 additions and 52 deletions
+2 -7
View File
@@ -4,15 +4,10 @@ This package provides utilities that can be used to test plugins and apps for Ba
## Installation
Install the package via npm or Yarn:
```sh
npm install --save-dev @backstage/test-utils
```
or
Install the package via Yarn:
```sh
cd <package-dir> # if within a monorepo
yarn add -D @backstage/test-utils
```