aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index dff3608d381e..3ac30df51980 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,18 @@
## Installation on Arch Linux (and other Arch-Based distributions)
-- `makepkg -is`
+```bash
+$ makepkg -is
+```
## Need help or you want help?
1. Open issue
2. Send PR
3. Or write me to [vk](https://vk.com/killwolfvlad)
+
+## Clear your home after GitAhead
+
+```bash
+$ rm -rf ~/.config/gitahead.com ~/.local/share/GitAhead
+```