- Se você já tiver o .net core 3.1 instalado no seu computador
- git clone https://github.com/ArahirooriharA/fetch.NET.git
- cd ../fetch.net/fetch.net
- dotnet build
- cd ../bin/debug/netcoreapp3.1
- fetch.net
- Se você não tiver o .net core 3.1 instalado
- Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
- choco install dotnetcore-sdk
- git clone https://github.com/ArahirooriharA/fetch.NET.git
- cd ../fetch.net/fetch.net
- dotnet build
- cd ../bin/debug/netcoreapp3.1
- fetch.net
