From b448030a3383653be7ce6aeb4aaf86b9fbff5a76 Mon Sep 17 00:00:00 2001 From: Matt Spurrier <3377029+digitalsparky@users.noreply.github.com> Date: Sun, 2 Dec 2018 23:05:16 +0800 Subject: [PATCH] Add some uninstall instructions, correct typo --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c80c99d..328cc25 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,19 @@ git clone https://github.com/flipsidecreations/dotfiles.git cd dotfiles ``` -### Run intstall +### Run install ``` ./install.sh ``` +# Uninstallation + +### Change to dotfiles folder +``` +cd ~/dotfiles +``` + +### Run uninstaller +``` +./uninstall.sh +```