From 232cb190ccd1f0ba99eece2e65d6572e4524b410 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 5 Jan 2019 15:33:06 -0500 Subject: [PATCH] Mention alternative in docs for bin/doom upgrade --- core/cli/upgrade.el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/core/cli/upgrade.el b/core/cli/upgrade.el index cf7b55c73..4a35094bf 100644 --- a/core/cli/upgrade.el +++ b/core/cli/upgrade.el @@ -1,7 +1,15 @@ ;;; core/cli/upgrade.el -*- lexical-binding: t; -*- (dispatcher! (upgrade up) (doom-upgrade) - "Checks out the latest Doom on this branch.") + "Checks out the latest Doom on this branch. + +Doing so is equivalent to: + + cd ~/.emacs.d + git pull + bin/doom clean + bin/doom refresh + bin/doom update") ;;