Update landing page

This commit is contained in:
Eike Kettner
2020-08-10 17:38:41 +02:00
parent 596290d1ff
commit a86d1c32a3
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ import Markdown
getStarted : String -> List (Html msg)
getStarted version =
[ div [ class "content container is-size-5" ]
[ div [ class "content container" ]
[ Markdown.toHtml []
"""Docspell consists of several components. The easiest way to get started is probably to use docker and
[docker-compose](https://docs.docker.com/compose/)."""