From db596c2cfa75d40431d19d3fe5e2f0c970a692e7 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Wed, 3 Feb 2021 10:23:38 -0500 Subject: [PATCH] docs: fixed install instructions on readme --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f9c135b..c6dfbdf 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,16 @@ Source for TJHRC's website built with Sanity and React. # Setup -When setting this project up for the first time, first download Node.js if you haven't already from here: https://nodejs.org/en/download/. +When setting this project up for the first time, first download Node.js if you haven't already from here: https://nodejs.org/en/download/, and install yarn: + +``` +npm install -g yarn +``` Then clone the project and run: ``` cd website -npm i -``` - -After installing the dependencies make sure to install yarn by doing: -``` -npm install -g yarn +yarn install ``` # Running