Mention alternative in docs for bin/doom upgrade

This commit is contained in:
Henrik Lissner 2019-01-05 15:33:06 -05:00
parent 4617e00b91
commit 232cb190cc
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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")
;;