summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-05-27 08:41:54 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-05-27 08:41:54 +0300
commitd8d6efc4ec8e368d4eb6c6dcb797f2b9755cead4 (patch)
tree3d98e17d7ec5258af2a8ba40841cb7551e54a75b /README.md
parentc9e3cfe5db69840db054f3cad9d0798dbbc5728c (diff)
add more details to uninstall instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 476d71d1..556f8b3e 100644
--- a/README.md
+++ b/README.md
@@ -628,12 +628,14 @@ The command to update Powerlevel10k depends on how it was installed.
```
If this command produces output, there are still references to "p10k" or "powerlevel10k". You
need to remove them.
-4. Delete Powerlevel10k configuration file.
+4. Delete Powerlevel10k configuration file. This file is created by the
+ [configuration wizard](#configuration-wizard) and may contain manual edits by yourself.
```zsh
rm -f ~/.p10k.zsh
```
-5. Delete Powerlevel10k source files. The command to do so depends on how you've installed
- Powerlevel10k. Refer to the [installation instructions](#installation) if you need a reminder.
+5. Delete Powerlevel10k source files. These files have been downloaded when you've installed
+ Powerlevel10k. The command to delete them depends on which installation method you'd chosen.
+ Refer to the [installation instructions](#installation) if you need a reminder.
| Installation | Uninstall command |
|-------------------------|---------------------------------------------------------------------|