19 lines
538 B
Markdown
19 lines
538 B
Markdown
|
<p align="center">
|
||
|
<img src="https://weforge.xyz/Spitfire/Branding/raw/branch/main/active/search/icon-alt2.svg" alt="Logo" width="64" height="64">
|
||
|
</p>
|
||
|
|
||
|
<p align="center" style="font-size: 32px;">
|
||
|
<strong>Spitfire Installer</strong>
|
||
|
</p>
|
||
|
|
||
|
<p align="center">
|
||
|
This is a GUI installer for Spitfire. Its goal is to guide users through customizing Spitfire to their liking while it installs in the background.
|
||
|
</p>
|
||
|
|
||
|
## Prerequisites
|
||
|
- [Go](https://go.dev/dl/) 1.21 or higher
|
||
|
|
||
|
## How to Run
|
||
|
1. Run the installer with:
|
||
|
```bash
|
||
|
go run .
|