Setup
Bleeding edge
The quickest way to get the most up-to-date lncdtools is to clone and add the new directory to your $PATH. Modify your shell login resource file to make the addition more perminate.
git clone https://github.com/lncd/lncdtools.git $HOME/lncdtools # (1)
export PATH="$PATH:$HOME/lncdtools"
echo 'export PATH="\$PATH:$HOME/lncdtools"' >> $HOME/.bashrc # (2)
$HOME/lncdtoolscan be whereever and named whatever.$HOME/.bashrcshould be what your shell sources on login. it mighte be~/.zshrcon mac or~/.bash_profileelewhere
Debian
Makefile can create .deb packages for installing on debian and ubuntu. This will hopefully be included on the releases page in the future
Docker
see Dockerfile
Nix
TODO (last edit: 20230815)