diff --git a/README.md b/README.md index d2a62c4..c32c0c9 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,25 @@ website-template/ ## Installation & Setup -### Step 1: Extract the Template +### Step 1: Get the Template +**Option A: Extract from Tarball** ```bash -tar -xzf website-template.tar.gz -cd website-template +tar -xzf WebsiteTemplate.tar.gz +cd WebsiteTemplate +``` + +**Option B: Clone with Git** +```bash +git clone https://git.fraggle.lol/fraggle/WebsiteTemplate.git +cd WebsiteTemplate +``` + +If you're setting up your own repository: +```bash +git init +git add . +git commit -m "Initial commit" ``` ### Step 2: Set Up Your Web Server