From 66b0bb1aaa5eb49237a4e5e9839fae5ad56c57ac Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 17 Jan 2021 17:48:18 +0000 Subject: [PATCH] Updated README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2a5ed5..a057806 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,15 @@ cd dotfiles ./install.sh ``` + # Uninstallation ### Change to dotfiles folder ``` -Working on it +cd ~/dotfiles ``` +### Run uninstaller +``` +./uninstall.sh +```