Main OpenPlotter app
Download and install the latest .deb file from
sudo apt-get install ./openplotter-settings_*.*.*-*_all.deb
Clone the repository:
git clone https://github.com/openplotter/openplotter-settings.git
Make your changes and create the package:
cd openplotter-settings
dpkg-buildpackage -b
Install the package:
cd ..
sudo apt-get ./openplotter-settings_x.x.x-xxx_all.deb
Run:
openplotter-settings
Pull request your changes to github and we will check and add them to the next version of the Debian package.