docs(cli): remove references to clean

Because the command has been removed [1].

[1]: 63c470bff3
This commit is contained in:
Rafael Varago 2024-11-02 16:06:23 +01:00 committed by GitHub
parent 97c0dcc2c3
commit f83d918790
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -622,7 +622,6 @@ If you want to update Doom manually, ~doom upgrade~ is equivalent to:
#+BEGIN_SRC bash #+BEGIN_SRC bash
cd ~/.emacs.d cd ~/.emacs.d
git pull # updates Doom git pull # updates Doom
doom clean # Ensure your config isn't byte-compiled
doom sync # synchronizes your config with Doom Emacs doom sync # synchronizes your config with Doom Emacs
doom update # updates installed packages doom update # updates installed packages
#+END_SRC #+END_SRC
@ -1507,10 +1506,6 @@ provide tools to make this easier. Here are a few things you can try, first:
+ Run ~bin/doom doctor~ on the command line to diagnose common issues with your + Run ~bin/doom doctor~ on the command line to diagnose common issues with your
environment and config. It will suggest solutions for them as well. environment and config. It will suggest solutions for them as well.
+ ~bin/doom clean~ will ensure the problem isn't stale bytecode in your private
config or Doom core. If you haven't used ~bin/doom compile~, there's no need
to do this.
+ ~bin/doom sync~ will ensure the problem isn't missing packages or outdated + ~bin/doom sync~ will ensure the problem isn't missing packages or outdated
autoloads files autoloads files