Skip to content

Commit 4c11189

Browse files
authored
Update README.md
1 parent 84660e9 commit 4c11189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* 7kb (gzip) with default settings.
44
* [View the demo](http://rbrtsmith.com/nebula-css/)
5+
* `yarn add nebula-css`
56

67
Super low-level mobile-first Sass framework using the [ITCSS](https://www.youtube.com/watch?v=1OKZOV-iLj4) architecture and the [BEMIT](http://csswizardry.com/2015/08/bemit-taking-the-bem-naming-convention-a-step-further/) naming convention.
78

@@ -112,7 +113,7 @@ This can be ran directly in NPM scripts as you can see happening in this project
112113

113114

114115
## Get Started
115-
1. `npm install --save nebula-css`
116+
1. `yarn add nebula-css` OR `npm i -S nebula-css`
116117
2. Setup an ITCSS file structure:
117118
1. `cd` into the directory where you intend to build out your ITCSS structure.
118119
2. Paste the following snippet into your terminal:

0 commit comments

Comments
 (0)