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 the extended Material UI Theme(s) that power Backstage.
## Installation
Install the package via npm or Yarn:
```sh
npm install --save @backstage/theme
```
or
Install the package via Yarn:
```sh
cd <package-dir> # if within a monorepo
yarn add @backstage/theme
```