mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Mention alternative in docs for bin/doom upgrade
This commit is contained in:
@ -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")
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user