Updated README.md

This commit is contained in:
Fraggle 2026-01-25 11:39:04 -04:00
parent 6f42a58ee5
commit 347e68849c
No known key found for this signature in database

View File

@ -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