Skip to content

Commit

Permalink
Update install.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Rick <teleksterling@gmail.com>
  • Loading branch information
JohanMabille and teleksterling authored Jun 17, 2024
1 parent d0fdce4 commit 7287900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ if ($choice -eq "y" -or $choice -eq "Y" -or $choice -eq "") {
Write-Output $MAMBA_INSTALL_PATH
& $MAMBA_INSTALL_PATH shell init -s powershell -p $prefix
} else {
Write-Output "`nYou can always initialize powershell pr cmd.exe with micromamba by running `nmicromamba shell init -s powershell -p $Env:UserProfile\micromamba`n"
Write-Output "`nYou can always initialize powershell or cmd.exe with micromamba by running `nmicromamba shell init -s powershell -p $Env:UserProfile\micromamba`n"
}

0 comments on commit 7287900

Please sign in to comment.