From a282e98c068d95af5cab6c9273002c051c176bb7 Mon Sep 17 00:00:00 2001 From: Valdo Romao Date: Wed, 21 Jul 2021 16:47:22 +0200 Subject: [PATCH] Remove yarn instructions --- .gitignore | 1 + README.md | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2ccbe46..d3d0ea9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /node_modules/ +yarn.lock \ No newline at end of file diff --git a/README.md b/README.md index 5f733ca..7702f3f 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,7 @@ To understand how to use this starter kit, follow the tutorial at [https://worka ## Installation -With [yarn](https://yarnpkg.com/): - -```shell -yarn install -yarn start -``` - -With npm (comes with [node](https://nodejs.org/en/)): +With npm installed (comes with [node](https://nodejs.org/en/)), run the following commands into a terminal in the root directory of this project: ```shell npm install