Install .NET Framework & CLI Tools for Linux
Installatioin:
$ git clone https://github.com/TC-J/Articl.git
$ cd Articl
$ make install
See the .NET CLI Overview for details on the usage below.
Building:
$ dotnet build
# then the executable will be in bin/Debug/articl
Managed build & run:
$ dotnet run -- <cli-arguments>
Local Publish & Install:
$ dotnet publish -o <dirpath>
# recommend publishing to the current directory with the name
# 'articl'
$ sudo install <dirpath>/articl /usr/local/bin
# eg install articl/articl /usr/local/bin