Updated Finding your index.html file (markdown)
parent
71461e86dd
commit
73aaa49594
|
@ -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:
|
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
|
`ls` = list files and folders in current directory
|
||||||
cd = change directories
|
|
||||||
nano = a command line text editor
|
`cd` = change directories
|
||||||
Type: ls to see where you are; you should see a directory called "public_html"
|
|
||||||
Type: cd public_html to browse into that folder
|
`nano` = a command line text editor
|
||||||
Type: ls to see where you are; you should see your index.html file
|
|
||||||
|
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
|
Loading…
Reference in New Issue