Initial docs

This commit is contained in:
onryo
2023-06-10 21:01:52 +00:00
parent 50964ce8b7
commit aa58e3a4ce

11
contrib/debian/README.md Normal file
View File

@@ -0,0 +1,11 @@
Install build tools:
```
sudo apt install dh-make
```
To build the package from source run the following:
```
dpkg-buildpackage -rfakeroot -b -uc -us
```