Skip to content
New issue

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

[Windows/macOS/Linux] dotnet-sdk #15

Closed
leoli0605 opened this issue May 8, 2024 · 0 comments
Closed

[Windows/macOS/Linux] dotnet-sdk #15

leoli0605 opened this issue May 8, 2024 · 0 comments

Comments

@leoli0605
Copy link
Owner

leoli0605 commented May 8, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant