mirror of
https://github.com/tildeclub/tilde.club.git
synced 2026-01-24 10:20:18 +00:00
Created Finding your index.html file (markdown)
8
Finding-your-index.html-file.md
Normal file
8
Finding-your-index.html-file.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user