# `Spectre.Console` examples To see `Spectre.Console` in action, install the [dotnet-example](https://github.com/patriksvensson/dotnet-example) global tool. ``` > dotnet tool restore ``` Now you can list available examples in this repository: ``` > dotnet example ``` And to run an example: ``` > dotnet example tables ```