From d3fefeeca4c7eb371f2f96dc245e011038013ce7 Mon Sep 17 00:00:00 2001 From: Gitznik Date: Mon, 17 Jun 2024 20:13:56 +0200 Subject: [PATCH] Add note for using different shell on windows --- docs/installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 14b186b1e9..bd50303135 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -281,9 +281,13 @@ $home_dir = pipx environment --value PIPX_HOME Remove-Item -Recurse -Force -ErrorAction SilentlyContinue $cache_dir, $logs_dir, $trash_dir -# Remove the destionation directory to ensure rename behavior of `Move-Item` +# Remove the destination directory to ensure rename behavior of `Move-Item` Remove-Item -Recurse -Force -ErrorAction SilentlyContinue $NEW_LOCATION Move-Item -Path $home_dir -Destination $NEW_LOCATION pipx reinstall-all ``` + +If you would prefer doing it in bash via git-bash/WSL, feel free to use +the MacOS/Linux instructions, changing the `$NEW_LOCATION` to the Windows +version.