From c2fc58f33310e963fc73919db42336fbc74b6ba9 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 17 Dec 2022 21:45:59 +0100 Subject: [PATCH] fix update command (#403) --- docs/start/installer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/installer.md b/docs/start/installer.md index 534bbba..bf41c47 100644 --- a/docs/start/installer.md +++ b/docs/start/installer.md @@ -94,7 +94,7 @@ A rough outline of steps to achieve this could be: ## Updating InvenTree -To update InvenTree run `apt update inventree` - this might need to be run as a sudo user. +To update InvenTree run `apt install --only-upgrade inventree` - this might need to be run as a sudo user. ## Controlling InvenTree