Skip to content

How to build SmartCommander

Anna Novikova edited this page Sep 17, 2024 · 2 revisions

How to build SmartCommander

  • make sure .NET 8 is installed on your machine

  • clone SmartCommander repo (or fork/clone in case you are going to make PRs to the main repo)

  • build

dotnet build src --configuration Release

Clone this wiki locally