mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
docs: add note for Windows users to install WSL before running installation commands
This commit is contained in:
parent
6e1ca96d57
commit
799b3dcbfe
6 changed files with 20 additions and 1 deletions
|
|
@ -10,7 +10,11 @@ This guide explains how to run SurfSense using Docker, with options ranging from
|
|||
|
||||
### Option 1 — Install Script (recommended)
|
||||
|
||||
Downloads the compose files, generates a `SECRET_KEY`, starts all services, and sets up [Watchtower](https://github.com/nicholas-fedor/watchtower) for automatic daily updates:
|
||||
Downloads the compose files, generates a `SECRET_KEY`, starts all services, and sets up [Watchtower](https://github.com/nicholas-fedor/watchtower) for automatic daily updates.
|
||||
|
||||
<Callout type="info">
|
||||
Windows users: install [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) first and run the command below in the Ubuntu terminal.
|
||||
</Callout>
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/MODSetter/SurfSense/main/docker/scripts/install.sh | bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue