mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2024-11-09 23:24:11 -08:00
Add some uninstall instructions, correct typo
This commit is contained in:
parent
feec9e676f
commit
b448030a33
13
README.md
13
README.md
|
@ -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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue