Skip to content

Commit

Permalink
[docs] Include peer deps in installation steps (#22889)
Browse files Browse the repository at this point in the history
  • Loading branch information
numToStr committed Oct 5, 2020
1 parent 1bcf360 commit 3d82031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/landing/Steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function HomeSteps() {
{t('installDescr')}
</Typography>
<HighlightedCode
code="$ npm install @material-ui/core@next"
code="$ npm install @material-ui/core@next @emotion/core @emotion/styled"
language="sh"
/>
<Link
Expand Down

0 comments on commit 3d82031

Please sign in to comment.