Update README.md

This commit is contained in:
fishtank-dashboard
2026-03-19 22:27:03 -07:00
committed by GitHub
parent 3d98da66cc
commit b5ad1669de

View File

@@ -25,10 +25,9 @@ Node.js is a small program that lets your computer run the server that powers th
## Step 2 — Set Up the Files ## Step 2 — Set Up the Files
You should have three files: You should have two files:
- `fishtank-dashboard.html` - `fishtank-dashboard.html`
- `chat-popout.html`
- `server.js` - `server.js`
Put both files in the **same folder** anywhere on your computer (e.g. your Desktop or a folder called `fishtank`). Put both files in the **same folder** anywhere on your computer (e.g. your Desktop or a folder called `fishtank`).
@@ -47,6 +46,12 @@ You only need to do this once. It creates a `node_modules` folder in the same di
--- ---
Clipping now requires ffmpeg installed, on windows:
```
winget install ffmpeg
```
Or download the installer from ffmpeg.org.
## Step 4 — Start the Server ## Step 4 — Start the Server
**On Windows:** **On Windows:**