Remove yarn to install dependencies.
We can reconsider using it when it becomes more stable. Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
fe720e75bc
commit
d277ab3f82
@ -5,12 +5,10 @@ please read the [code of conduct](CODE_OF_CONDUCT.md).
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
> Install yarn on your system: https://yarnpkg.com/en/docs/install
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git clone https://github.com/netlify/netlify-statuskit
|
$ git clone https://github.com/netlify/netlify-statuskit
|
||||||
$ cd netlify-statuskit
|
$ cd netlify-statuskit
|
||||||
$ yarn
|
$ npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
Loading…
Reference in New Issue
Block a user