Updated README.md
This commit is contained in:
parent
6f42a58ee5
commit
347e68849c
20
README.md
20
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user