Update installation.md (#1700)

amd64 info
This commit is contained in:
MaximilianKohler 2024-02-05 05:21:33 -08:00 committed by GitHub
parent 1995471f5b
commit 6689b716d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.