Skip to content

Commit 91a1433

Browse files
committed
update website
1 parent 885f8f7 commit 91a1433

File tree

1 file changed

+5
-1
lines changed
  • examples/official-site/your-first-sql-website

1 file changed

+5
-1
lines changed

examples/official-site/your-first-sql-website/tutorial.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ SQLPage is a small executable file that will take requests to your website, exec
66
and render the database responses as nice web pages.
77

88
[Download the latest SQLPage](https://github.com/lovasoa/SQLpage/releases) for your operating system.
9+
In the *release assets* section, you will find files named `sqlpage-windows.zip`, `sqlpage-linux.tgz`, and `sqlpage-macos.tgz`.
10+
Download the one that corresponds to your operating system, and extract the executable file from the archive.
911

1012
> **Note**: Advanced users can alternatively install SQLPage using
1113
> [docker](https://hub.docker.com/repository/docker/lovasoa/sqlpage/general),
1214
> [brew](https://formulae.brew.sh/formula/sqlpage),
13-
> or [nix](https://search.nixos.org/packages?channel=unstable&show=sqlpage)
15+
> [nix](https://search.nixos.org/packages?channel=unstable&show=sqlpage),
16+
> [scoop](https://scoop.sh/#/apps?q=sqlpage&id=305b3437817cd197058954a2f76ac1cf0e444116),
17+
> or [cargo](https://crates.io/crates/sqlpage).
1418
1519
Building your website locally
1620
=============================

0 commit comments

Comments
 (0)