From 6689b716d9ff3f7036025b3a213b4de83a7f8513 Mon Sep 17 00:00:00 2001 From: MaximilianKohler Date: Mon, 5 Feb 2024 05:21:33 -0800 Subject: [PATCH] Update installation.md (#1700) amd64 info --- docs/docs/content/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/content/installation.md b/docs/docs/content/installation.md index 812c3693e..7eb526a2a 100644 --- a/docs/docs/content/installation.md +++ b/docs/docs/content/installation.md @@ -5,7 +5,7 @@ listmonk requires Postgres ⩾ 12. See the "[Tutorials](#tutorials)" section at the bottom for detailed guides. ## Binary -- Download the [latest release](https://github.com/knadh/listmonk/releases) and extract the listmonk binary. +- Download the [latest release](https://github.com/knadh/listmonk/releases) and extract the listmonk binary. `amd64` is the main one. It works for Intel and x86 CPUs. - `./listmonk --new-config` to generate config.toml. Then, edit the file. - `./listmonk --install` to install the tables in the Postgres DB. - Run `./listmonk` and visit `http://localhost:9000`.