Skip to content
This repository was archived by the owner on Jan 25, 2018. It is now read-only.

Files

Latest commit

 

History

History
27 lines (18 loc) · 986 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 986 Bytes

Static Site

Programming and deploying a static site because I'm bored.

Cloning

⚠️ Git IS required for this to work.

Git can be downloaded from: https://git-scm.com

 

Step 1:

Click "Clone or download" and then click the tiny clipboard icon next to the clone URL.

Step 2:

After you've got the clone URL, open your terminal/cmd and type cd Desktop.

Step 3:

Then, assuming your terminal/cmd is still open, type git clone and paste the URL you copied before, it should look like the following: git clone https://github.com/DudeVoid/static-site.git.

 

You're all done!