RenniLink Lan Scope — dependency-free installers
================================================
Version: 0.1.0
Copyright © RenniLink · RenniLink · https://rennilink.com

NO system .NET runtime required.
NO root required for default install ($HOME/.local).
Requires only bash + tar + gzip on the target.

INSTALL (self-extracting)
-------------------------
  chmod +x RenniLink-LanScope-*-installer.run
  ./RenniLink-LanScope-*-linux-x64-installer.run

  Custom prefix:
  ./RenniLink-LanScope-*-installer.run --prefix=$HOME/apps

  Uninstall:
  ./RenniLink-LanScope-*-installer.run --uninstall
  # or after install:
  ~/.local/opt/rennilink-lan-scope/uninstall.sh

INSTALL (tar.gz)
----------------
  tar xzf RenniLink-LanScope-*-linux-x64.tar.gz
  cd rennilink-lan-scope
  ./install.sh

WHICH FILE?
-----------
  *linux-x64*       Ubuntu, Debian, Fedora, RHEL, Arch, Mint, … (glibc)
  *linux-musl-x64*  Alpine Linux
  *linux-arm64*     Raspberry Pi OS 64-bit, ARM servers (glibc)

LICENCE AND LEGAL
-----------------
  Free for non-commercial use. Commercial licence: sales@rennilink.com
  Keep with every copy of the software:
    LICENSE.txt
    LEGAL-NOTICES.txt          (statutory / Computer Misuse / GDPR / MDR notes)
    THIRD-PARTY-NOTICES.txt    (Avalonia, .NET, ClosedXML, IEEE OUI, fonts, …)
