Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 1.08 KB

File metadata and controls

27 lines (26 loc) · 1.08 KB

fetch.NET

Como testar

1. Abra seu terminal
  • Se você já tiver o .net core 3.1 instalado no seu computador
  • 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