Add install readme file

This commit is contained in:
Kailash Nadh 2019-07-12 11:24:43 +05:30 committed by karan
parent 3ed39a4f56
commit 51ec37427f
2 changed files with 6 additions and 1 deletions

View File

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

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