- .NET Core SDK 3.0 (https://dotnet.microsoft.com/download/dotnet-core/3.0)
cd src/RB.ConsoleRunner/
dotnet run
By default it'll read from input.txt, which contains the example in the documentation. If you want run it with a different file you can just pass that in as a parameter:
dotnet run my-custom-file.txt