Skip to content

Commit

Permalink
Merge pull request #599 from santhoshb-msft/sb-dotnet6
Browse files Browse the repository at this point in the history
added dotnet 6.0 to the installation script
  • Loading branch information
msalemcode authored Nov 16, 2023
2 parents de2d5a5 + c2e5e1f commit d50b816
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 @@ -29,9 +29,9 @@ Copy the following section to an editor and update it to match your company pref
``` 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 7.4.0 --depth 1; `
cd ./Commercial-Marketplace-SaaS-Accelerator/deployment; `
.\Deploy.ps1 `
Expand Down

0 comments on commit d50b816

Please sign in to comment.