From c761e761fe95c32139e430eea0685eb18ee997a7 Mon Sep 17 00:00:00 2001 From: Justice Adams <107649528+justice-adams-apple@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:30:18 -0700 Subject: [PATCH] re-order uninstall instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8f6991c..1ce4b78b 100644 --- a/README.md +++ b/README.md @@ -65,15 +65,15 @@ NOTE: This will not uninstall any toolchains you have installed unless you do so 1. (Optional) Remove all installed toolchains with `swiftly uninstall all`. -2. Remove any sections added by swiftly in your `.zprofile`, `.bash_profile`, `.profile`, or `fish/conf.d` files. These sections might look like this: +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`). + +3. Remove any sections added by swiftly in your `.zprofile`, `.bash_profile`, `.profile`, or `fish/conf.d` files. These sections might look like this: ```sh # Added by swiftly . "/Users//.swiftly/env.sh" ``` -3. Remove the swfitly home and bin directories. The default location might be `~/.swiftpm` or `.local/share/swiftly` - 4. Restart your shell and check you have correctly removed the swiftly environment. ## Contributing