From 04c2fce4685534992e185cc215c0dc933ec94270 Mon Sep 17 00:00:00 2001 From: Marco Seguri Date: Mon, 4 Mar 2019 09:58:14 +0100 Subject: [PATCH] Fix README.md Fix the command to change your current directory to the bootcamp folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a50e0..f0123eb 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Before starting, make sure your computer has the following installed: - Open VS Code and then press `ctrl + ~` to open the built in terminal - Use the `cd` (change directory) command to find an appropriate place for your code - Type `git clone https://github.com/Microsoft/frontend-bootcamp.git` into the terminal, this will pull down a copy of the workshop code -- Type `cd bootcamp` to change your current directory to the bootcamp folder +- Type `cd frontend-bootcamp` to change your current directory to the bootcamp folder - Type `npm install` to install of the project dependencies - Type `code ./` to open the bootcamp code in VS Code > If on a Mac, be sure you've followed [these steps](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line) first to make the `code` command available.