Skip to content
Arun edited this page Aug 13, 2019 · 1 revision

INSTALLATION

  • Install .NET Core on your raspberry pi 3 first. see here for installation .NET Core Installation (If you have already installed it, then you can ignore this step)
  • If you installed .NET Core correctly, when running dotnet --info command, you will see the installed version of the .NET Core.
  • Download the latest release from Release
  • Create a new directory called Assistant (or whatever name you prefer) and extract downloaded .zip file to that folder.

STARTUP

  • Complete the Installation steps first if you haven't done that yet.
  • Open a terminal on assistant folder. (or open the terminal from anywhere, then use cd command to target the assistant directory)
  • Run Assistant.dll using command dotnet Assistant.dll on terminal.
  • Wait for assistant to initialise.
Clone this wiki locally