Mention alternative in docs for bin/doom upgrade
This commit is contained in:
parent
4617e00b91
commit
232cb190cc
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,15 @@
|
||||||
;;; core/cli/upgrade.el -*- lexical-binding: t; -*-
|
;;; core/cli/upgrade.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(dispatcher! (upgrade up) (doom-upgrade)
|
(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")
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue