Skip to content

Commit

Permalink
Merge pull request #614 from santhoshb-msft/main
Browse files Browse the repository at this point in the history
updated update instructions to use dotnet6
  • Loading branch information
santhoshb-msft authored Dec 2, 2023
2 parents f39adf0 + 4366f6a commit 2e4f854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Installation-Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ If you already have deployed the SaaS Accelerator, but you want to update it so
``` powershell
wget https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh; `
chmod +x dotnet-install.sh; `
./dotnet-install.sh; `
./dotnet-install.sh --channel 6.0; `
$ENV:PATH="$HOME/.dotnet:$ENV:PATH"; `
dotnet tool install --global dotnet-ef; `
dotnet tool install --global dotnet-ef --version 6.0.1; `
git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b <release-version-branch-to-deploy> --depth 1; `
cd ./Commercial-Marketplace-SaaS-Accelerator/deployment; `
.\Upgrade.ps1 `
Expand Down

0 comments on commit 2e4f854

Please sign in to comment.