From 9289199b15b0e1c19cdfab958061ec66eefc0fe5 Mon Sep 17 00:00:00 2001 From: 42CrMo4 <44754810+42CrMo4@users.noreply.github.com> Date: Fri, 19 Mar 2021 09:58:28 +0100 Subject: [PATCH] Fix installation run server Typo --- docs/start/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/install.md b/docs/start/install.md index a1922c2..48e8b63 100644 --- a/docs/start/install.md +++ b/docs/start/install.md @@ -203,7 +203,7 @@ inv server For more server options, run: ``` -inv server -h +inv server -a ``` This will launch the InvenTree web interface at `http://127.0.0.1:8000`. For other options refer to the [django docs](https://docs.djangoproject.com/en/2.2/ref/django-admin/)