Skip to content

Commit

Permalink
[docs] Keep installation readme simple
Browse files Browse the repository at this point in the history
Noobs are using npm, non noobs know how to install packages.
  • Loading branch information
oliviertassinari committed Sep 10, 2023
1 parent 580d9b6 commit 019cf5c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions packages/grid/x-data-grid-premium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ It's part of MUI X, an open-core extension of MUI Core, with advanced components
Install the package in your project directory with:

```bash
// with npm
npm install @mui/x-data-grid-premium

// with yarn
yarn add @mui/x-data-grid-premium
```

This component has the following peer dependencies that you will need to install as well.
Expand Down
4 changes: 0 additions & 4 deletions packages/grid/x-data-grid-pro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ It's part of MUI X, an open-core extension of MUI Core, with advanced components
Install the package in your project directory with:

```bash
// with npm
npm install @mui/x-data-grid-pro

// with yarn
yarn add @mui/x-data-grid-pro
```

This component has the following peer dependencies that you will need to install as well.
Expand Down
4 changes: 0 additions & 4 deletions packages/grid/x-data-grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ It's part of MUI X, an open-core extension of MUI Core, with advanced components
Install the package in your project directory with:

```bash
// with npm
npm install @mui/x-data-grid

// with yarn
yarn add @mui/x-data-grid
```

This component has the following peer dependencies that you will need to install as well.
Expand Down
6 changes: 0 additions & 6 deletions packages/x-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ Install the package in your project directory with:
npm install @mui/x-charts
```

or

```bash
yarn add @mui/x-charts
```

This component has the following peer dependencies that you will need to install as well.

```json
Expand Down
6 changes: 0 additions & 6 deletions packages/x-tree-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ Install the package in your project directory with:
npm install @mui/x-tree-view
```

or

```bash
yarn add @mui/x-tree-view
```

This component has the following peer dependencies that you will need to install as well.

```json
Expand Down

0 comments on commit 019cf5c

Please sign in to comment.