npm i @nexssp/cli -g
Please notice that for Linux not all languages are implemented. We have only tested the Ubuntu.
Linux installer: https://github.com/nexssp/cli/blob/master/install/installNexssProgrammer.sh
Please run this command from Powershell (Best is version 6 but also 5 will work):
Install from Powershell:
Set-ExecutionPolicy Bypass -Scope Process -Force; iwr -useb nexss.com/installProgrammer | iex
If you are having errors about tls/ssl channel please run first:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12