Simply download one of the binaries for your system:
wget -O /usr/local/bin/ldld https://github.com/LPgenerator/Ldld/releases/download/1.27.0/ldld-linux-amd64
wget -O /usr/local/bin/ldld https://github.com/LPgenerator/Ldld/releases/download/1.27.0/ldld-linux-386
wget -O /usr/local/bin/ldld https://github.com/LPgenerator/Ldld/releases/download/1.27.0/ldld-linux-arm
Give it permissions to execute:
chmod +x /usr/local/bin/ldld
Create a ldld user:
useradd --create-home ldld --shell /bin/bash
Install and run as service:
sudo ldld install --user=ldld --working-directory=/home/ldld
sudo ldld start
Stop the service (you need elevated command prompt as before):
sudo ldld stop
Download the binary to replace LB's executable:
wget -O /usr/local/bin/ldld https://github.com/LPgenerator/Ldld/releases/download/1.28.0/ldld-linux-amd64
wget -O /usr/local/bin/ldld https://github.com/LPgenerator/Ldld/releases/download/1.28.0/ldld-linux-386
wget -O /usr/local/bin/ldld https://github.com/LPgenerator/Ldld/releases/download/1.28.0/ldld-linux-arm
Give it permissions to execute:
chmod +x /usr/local/bin/ldld
Start the service:
ldld start
Config file must be found after installation at the ~/.ldld/config.toml
or in /etc/ldld/config.toml