feat: add Windows installation script and update README for Linux/MacOS users

This commit is contained in:
Anish Sarkar 2026-03-03 19:13:59 +05:30
parent d9ebc2c599
commit e7d6e5f5bd
3 changed files with 675 additions and 0 deletions

View file

@ -86,10 +86,18 @@ Run SurfSense on your own infrastructure for full data control and privacy.
> [!NOTE]
> Windows users: install [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) first and run the command below in the Ubuntu terminal.
#### For Linux/MacOS users:
```bash
curl -fsSL https://raw.githubusercontent.com/MODSetter/SurfSense/main/docker/scripts/install.sh | bash
```
#### For Windows users:
```bash
irm https://raw.githubusercontent.com/MODSetter/SurfSense/main/docker/scripts/install.ps1 | iex
```
The install script sets up [Watchtower](https://github.com/nicholas-fedor/watchtower) automatically for daily auto-updates. To skip it, add the `--no-watchtower` flag.
For Docker Compose, manual installation, and other deployment options, see the [docs](https://www.surfsense.com/docs/).