From 73aaa49594f3a9c5a7ab1c3fc6a3b97d75b2aeb3 Mon Sep 17 00:00:00 2001 From: vimes1984 Date: Mon, 13 Oct 2014 14:24:39 -0700 Subject: [PATCH] Updated Finding your index.html file (markdown) --- Finding-your-index.html-file.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Finding-your-index.html-file.md b/Finding-your-index.html-file.md index b5ed47d..0186a9e 100644 --- a/Finding-your-index.html-file.md +++ b/Finding-your-index.html-file.md @@ -1,8 +1,13 @@ There are some basic command line commands you'll want to Google and learn, but for this tutorial you only need a few: -ls = list files and folders in current directory -cd = change directories -nano = a command line 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: ls to see where you are; you should see your index.html file \ No newline at end of file +`ls` = list files and folders in current directory + +`cd` = change directories + +`nano` = a command line 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: `ls` to see where you are; you should see your index.html file \ No newline at end of file