We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For Windows
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1'))
For macOS/Linux
curl -sSL https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh | bash echo -e '\nexport PATH="$HOME/.dotnet:$PATH"' >> ~/.bashrc source ~/.bashrc
The text was updated successfully, but these errors were encountered:
964cfd8
No branches or pull requests
For Windows
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1'))
For macOS/Linux
The text was updated successfully, but these errors were encountered: