Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Commit

Permalink
Installation script uses npm again
Browse files Browse the repository at this point in the history
  • Loading branch information
akyoto committed Nov 15, 2016
1 parent 4e22010 commit 9d1c6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Might cause your phone to explode as your site will load too fast. You have been
## Installation

```bash
echo "require('aero')().run()" > index.js && yarn add aero && node .
echo "require('aero')().run()" > index.js && npm i aero && node .
```

[![Aero Installation & Live Reload](docs/images/aero-installation.png)](https://youtu.be/rcyO3C_cRB4)
Expand Down

0 comments on commit 9d1c6ff

Please sign in to comment.