How to build HTTPlease¶
Prerequisites¶
- .NET Core SDK 2.0.0 or newer
Steps¶
- Clone the HTTPlease repository:
git clone https://github.com/tintoy/HTTPlease.git HTTPlease - Restore packages:
dotnet restore - Build:
dotnet build - Test:
.\run-tests.ps1(Windows) or.\run-tests.sh(OSX / Linux)
If you get this far, you’re good to go!