Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Yarn instructions to use yarn add #28

Merged
merged 1 commit into from
Jan 18, 2021
Merged

Update Yarn instructions to use yarn add #28

merged 1 commit into from
Jan 18, 2021

Conversation

delster
Copy link
Contributor

@delster delster commented Jan 17, 2021

Proposes a change for the Yarn dependency installation instructions:

Under Getting started > Installation > Install the dependencies > Install with Yarn, change the following:

npm install -D {deps} => yarn add {deps} --dev

Proposes 2 changes for the Yarn dependency installation:

Under `Getting started > Installation > Install the dependencies > Install with Yarn`

1. `npm install styled-components` => `yarn add styled-components`
2. `npm install -D {deps}` => `yarn add {deps} --dev`
@ben-rogerson ben-rogerson merged commit 33c1a5c into ben-rogerson:master Jan 18, 2021
@ben-rogerson
Copy link
Owner

nice catch, thank you 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants