From 2e994774785cffc25d2cdf7d18cd5f6a0d3ccbd8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 23 Jul 2022 17:32:40 +1000 Subject: [PATCH] Slight tweak to docker instructions (#321) --- docs/start/docker_dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/docker_dev.md b/docs/start/docker_dev.md index f5634c7..506e270 100644 --- a/docs/start/docker_dev.md +++ b/docs/start/docker_dev.md @@ -48,7 +48,7 @@ If desired, the user may edit the environment variables, located in the `.env` f ### Perform Initial Setup -The database has now been created, but it is empty! Perform the initial database setup by running the following command: +Perform the initial database setup by running the following command: ```bash docker-compose run inventree-dev-server invoke update