From 9759227d73646ff63ce6c911b044ea1e2159ed51 Mon Sep 17 00:00:00 2001 From: Malek Hijazi Date: Thu, 21 Jan 2021 08:19:44 +0200 Subject: [PATCH] fix: upgrade command (#1830) I tested this on the server. Running yarn upgrade will result in yarn self updating. To solve this issue we need to run yarn run upgrade. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83a103760..f92128148 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ docker run --rm outlinewiki/outline:latest yarn sequelize:migrate If you're running Outline by cloning this repository, run the following command to upgrade: ``` -yarn upgrade +yarn run upgrade ``` ## Development