docs: drop kbsim fetch script from setup

Sample assets are committed in assets/ with attribution in the README,
so the fetch script and git prerequisite are no longer needed.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-29 22:36:21 -07:00
parent 8ecae1dcac
commit 25052ff74d
-5
View File
@@ -11,7 +11,6 @@ sfxkeeb is a **Wails v3 desktop app** (Go shell + Svelte frontend). Native file
- **Go** 1.22+ - **Go** 1.22+
- **Wails v3 CLI**: `go install github.com/wailsapp/wails/v3/cmd/wails3@latest` - **Wails v3 CLI**: `go install github.com/wailsapp/wails/v3/cmd/wails3@latest`
- **Node.js** 18+ and npm - **Node.js** 18+ and npm
- **git** (to fetch kbsim sample assets)
### Platform tooling ### Platform tooling
@@ -23,11 +22,7 @@ sfxkeeb is a **Wails v3 desktop app** (Go shell + Svelte frontend). Native file
## Setup ## Setup
```bash ```bash
# Frontend dependencies
cd frontend && npm install cd frontend && npm install
# Download kbsim switch samples (~151 MP3 files)
cd .. && ./scripts/fetch_kbsim_samples.sh
``` ```
## Development ## Development