Skip to content

Commit 78f71b0

Browse files
[Documentation] re-order uninstall instructions (#389)
re-order uninstall instructions
1 parent e9a6daa commit 78f71b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ NOTE: This will not uninstall any toolchains you have installed unless you do so
6565

6666
1. (Optional) Remove all installed toolchains with `swiftly uninstall all`.
6767

68-
2. Remove any sections added by swiftly in your `.zprofile`, `.bash_profile`, `.profile`, or `fish/conf.d` files. These sections might look like this:
68+
2. Remove the swiftly home and bin directories. The default location might be `~/.swiftpm` or `.local/share/swiftly`. You can refer to the environment variables `SWIFTLY_HOME_DIR` and `SWIFTLY_BIN_DIR` in your associated profile file (`.zprofile`, `.bash_profile`, `.profile`, or `fish/conf.d`).
69+
70+
3. Remove any sections added by swiftly in your `.zprofile`, `.bash_profile`, `.profile`, or `fish/conf.d` files. These sections might look like this:
6971

7072
```sh
7173
# Added by swiftly
7274
. "/Users/<USERNAME>/.swiftly/env.sh"
7375
```
7476

75-
3. Remove the swfitly home and bin directories. The default location might be `~/.swiftpm` or `.local/share/swiftly`
76-
7777
4. Restart your shell and check you have correctly removed the swiftly environment.
7878

7979
## Contributing

0 commit comments

Comments
 (0)