the panoply of editors

vielmetti 2014-10-13 16:16:01 -07:00
parent b9ebf1a3bb
commit d4b15c600f
1 changed files with 2 additions and 2 deletions

@ -4,10 +4,10 @@ There are some basic command line commands you'll want to Google and learn, but
`cd` = change directories `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: `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 Type: `ls` to see where you are; you should see your index.html file