Fix install script for windows.

This commit is contained in:
Sebastian Jeltsch
2025-08-06 16:05:11 +02:00
parent 2b2c55e260
commit d23b698ced
7 changed files with 663 additions and 55 deletions

View File

@@ -98,7 +98,11 @@ If you want to get started even quicker, install TrailBase with the following
command:
```sh
curl -sSL https://raw.githubusercontent.com/trailbaseio/trailbase/main/install.sh | bash
# Linux & MacOS
curl -sSL https://trailbase.io/install.sh | bash
# Windows
iwr https://trailbase.io/install.ps1 | iex
```
Alternatively, run TrailBase using the Docker image: