Add install readme file

This commit is contained in:
Kailash Nadh 2019-07-12 11:24:43 +05:30
parent e64d723ac2
commit 349562fd91
2 changed files with 6 additions and 1 deletions

View File

@ -24,6 +24,6 @@ builds:
archives:
- format: tar.gz
files:
- config.toml.sample
- README.md
- INSTALL.md
- LICENSE

5
INSTALL.md Normal file
View File

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