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 +```