Skip to content

Commit

Permalink
Add install readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jul 12, 2019
1 parent e64d723 commit 349562f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ builds:
archives:
- format: tar.gz
files:
- config.toml.sample
- README.md
- INSTALL.md
- LICENSE
5 changes: 5 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit 349562f

Please sign in to comment.