From d4b15c600feb84bd5b41a19ef859a70f03213d4a Mon Sep 17 00:00:00 2001 From: vielmetti Date: Mon, 13 Oct 2014 16:16:01 -0700 Subject: [PATCH] the panoply of editors --- Finding-your-index.html-file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Finding-your-index.html-file.md b/Finding-your-index.html-file.md index 0186a9e..35fd41d 100644 --- a/Finding-your-index.html-file.md +++ b/Finding-your-index.html-file.md @@ -4,10 +4,10 @@ There are some basic command line commands you'll want to Google and learn, but `cd` = change directories -`nano` = a command line text editor +`vim`, `emacs`, `nano` = a text editor Type: `ls` to see where you are; you should see a directory called "public_html" -Type: `cd` public_html to browse into that folder +Type: `cd public_html` to browse into that folder Type: `ls` to see where you are; you should see your index.html file \ No newline at end of file