Add some uninstall instructions, correct typo

This commit is contained in:
Matt Spurrier 2018-12-02 23:05:16 +08:00 committed by GitHub
parent feec9e676f
commit b448030a33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,19 @@ git clone https://github.com/flipsidecreations/dotfiles.git
cd dotfiles cd dotfiles
``` ```
### Run intstall ### Run install
``` ```
./install.sh ./install.sh
``` ```
# Uninstallation
### Change to dotfiles folder
```
cd ~/dotfiles
```
### Run uninstaller
```
./uninstall.sh
```