From 6b0072df9799f2eb2bf42177823b728abe516ec1 Mon Sep 17 00:00:00 2001 From: mtrx Date: Sun, 2 May 2021 19:19:23 +0200 Subject: [PATCH] Updated readme for the new docker hub image --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e31f8c3..fbddbc6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Pure rust. Built with actix, diesel, tera, serde and sqlite3. -## Build instructions using docker +## Run instructions using docker 1. Clone the repository ```bash @@ -16,7 +16,7 @@ diesel setup --database-url ../content/db.sqlite3 diesel migration run --database-url ../content/db.sqlite3 ``` 3. Set up your configuration file (see below) -4. Build and run the docker container (Will compile from source and thus take a while) +4. Pull the image (or build from source) and run the docker container ```bash docker-compose up -d ```