From 7225bad8041d9cc5ba886942ad923608cebc3c87 Mon Sep 17 00:00:00 2001 From: Vim <86254807+vim-usds@users.noreply.github.com> Date: Fri, 16 Jul 2021 11:05:46 -0700 Subject: [PATCH] Update INSTALLATION.md remove steps to require gatsby-cli installation --- INSTALLATION.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index f7e2f384..612bc64a 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -3,7 +3,7 @@ *[¡Lea esto en español!](INSTALLATION-es.md)* ## Required Software -- git, node, yarn, gatsby-cli, and an IDE +- git, node, yarn and an IDE ### Install Git @@ -29,16 +29,13 @@ Download from [website](https://git-scm.com/download/win) This will work for both MacOS and Win10. Follow instructions on this [link](https://medium.com/@nodesource/installing-node-js-tutorial-using-nvm-5c6ff5925dd8) -### Install Yarn and Gatsby CLI +### Install Yarn - This is for both MacOS and Win10 - Note that while this app uses npm as the package manager, yarn is required to build the [uswds](https://github.com/uswds/uswds) library. -1. Open the terminal and type `sudo npm install -global yarn` and hit RETURN. - 1. Type `yarn -v` and hit RETURN - 2. Verify a version number is shown -2. Open the terminal and type `sudo npm install -global gatsby-cli` and hit RETURN. - 1. Type `gatsby-cli -v` and hit RETURN - 2. Verify a version number is shown +Open the terminal and type `sudo npm install -global yarn` and hit RETURN. +1. Type `yarn -v` and hit RETURN +2. Verify a version number is shown ### IDE set up While any IDE can be used, we're outlining how to set up VS Code