Add install readme file
This commit is contained in:
parent
e64d723ac2
commit
349562fd91
|
@ -24,6 +24,6 @@ builds:
|
|||
archives:
|
||||
- format: tar.gz
|
||||
files:
|
||||
- config.toml.sample
|
||||
- README.md
|
||||
- INSTALL.md
|
||||
- LICENSE
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
# Install and run
|
||||
|
||||
- Run `./listmonk --new-config` to generate a sample `config.toml` and add your configuration (SMTP and Postgres DB credentials primarily).
|
||||
- `./listmonk --install` to setup the DB.
|
||||
- Visit `http://localhost:9000`.
|
Loading…
Reference in New Issue