Skip to content

Commit

Permalink
Fix docs formatting and .zshrc reference (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
otaran authored and kylef committed Oct 3, 2016
1 parent c74698d commit bcfe669
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ on macOS.

## Uninstalling swiftenv

1) Remove swiftenv from any `.bash_profile`, `.bashrc`, `.zshenv`,
`fish.config` that you've added during installation.
2) Remove `SWIFTENV_ROOT` aka, `~/.swiftenv`.
1. Remove swiftenv from any `.bash_profile`, `.bashrc`, `.zshrc`, `fish.config` that you've added during installation.

```shell
2. Remove `SWIFTENV_ROOT` aka, `~/.swiftenv`.

```shell
$ rm -fr ~/.swiftenv
```
```

3) Uninstall any swiftenv packages (brew uninstall, pacman, etc).
3. Uninstall any swiftenv packages (brew uninstall, pacman, etc).

0 comments on commit bcfe669

Please sign in to comment.