From 4a6878ca31be962ef5089d5c9b86f9b13c031a76 Mon Sep 17 00:00:00 2001 From: Elizabeth Craig Date: Mon, 4 Mar 2019 15:48:22 -0800 Subject: [PATCH] Add note about checking for updates --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0123eb..002a9cb 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,13 @@ The first day provides an introduction to the fundamentals of the web: HTML, CSS ### 1. Required software -Before starting, make sure your computer has the following installed: +Before starting, make sure your computer has up-to-date versions of the following installed: -- [Node/NPM](https://nodejs.org/en/) (choose the **LTS** option) +- [Node/NPM](https://nodejs.org/en/) (choose the **LTS** option, which should be version 10) - [Git](https://git-scm.com/downloads) - [Visual Studio Code](https://code.visualstudio.com) - If using a Mac, also follow [these steps](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line) to install the `code` terminal command. + - If you already had VS Code installed, check for updates! - React Developer Tools for [Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/) ### 2. Installing and opening the project