You need to do a Dotnet Pack on the PoExtractor.OrchardCore or the PoExtractor projects. Then you need to do: extractpo ```cmd dotnet tool install --global --add-source {{PathToYourRepository}}\OrchardCoreContrib.PoExtractor\src\OrchardCoreContrib.PoExtractor\bin\Debug OrchardCoreContrib.PoExtractor --version 1.0.1 ``` This needs to be documented so that when we develop we can use it locally.