Skip to content

Commit

Permalink
Remove unused commands.
Browse files Browse the repository at this point in the history
Close #142.
  • Loading branch information
seagle0128 committed Dec 24, 2019
1 parent 9479d7d commit f0547f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,17 @@ Then start Emacs. Wait for a while to install packages at the first startup. Enj
### Update

``` emacs-lisp
# Update Centaur Emacs (then restart), including configurations and packages
# Update Centaur Emacs, including configurations and packages
M-x centaur-update
M-x centaur-update-and-restart
# Update Emacs configurations only
M-x centaur-update-config
# Update ~/.dotfiles if it exists
M-x centaur-update-dotfiles
# Update packages only (then restart)
# Update packages only
M-x centaur-update-packages
M-x centaur-update-packages-and-restart
# Update all including configurations, packages and dotfiles
M-x centaur-update-all
Expand Down

0 comments on commit f0547f8

Please sign in to comment.