dotnet / website-feedback

This repo is for dot.net feedback including get started tutorial issues from the site.
MIT License
0 stars 1 forks source link

mkdir -p $HOME/dotnet && tar zxf windowsdesktop-runtime-6.0.28-win-x64.exe -C $HOME/dotnet export DOTNET_ROOT=$HOME/dotnet export PATH=$PATH:$HOME/dotnet #113

Closed king001gka closed 7 months ago

king001gka commented 7 months ago

URL

https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/create

Operating system

windows

More information about your system

mkdir -p $HOME/dotnet && tar zxf windowsdesktop-runtime-6.0.28-win-x64.exe -C $HOME/dotnet export DOTNET_ROOT=$HOME/dotnet export PATH=$PATH:$HOME/dotnet

Description

mkdir -p $HOME/dotnet && tar zxf windowsdesktop-runtime-6.0.28-win-x64.exe -C $HOME/dotnet export DOTNET_ROOT=$HOME/dotnet export PATH=$PATH:$HOME/dotnet

dotnet --info

mkdir -p $HOME/dotnet && tar zxf windowsdesktop-runtime-6.0.28-win-x64.exe -C $HOME/dotnet export DOTNET_ROOT=$HOME/dotnet export PATH=$PATH:$HOME/dotnet

king001gka commented 7 months ago

mkdir -p $HOME/dotnet && tar zxf windowsdesktop-runtime-6.0.28-win-x64.exe -C $HOME/dotnet export DOTNET_ROOT=$HOME/dotnet export PATH=$PATH:$HOME/dotnet