Add installation guide

Signed-off-by: Sander Datema <mail@sanderdatema.nl>
This commit is contained in:
Sander Datema 2023-08-01 22:23:06 +02:00
parent 81e5214f91
commit af68c928f4
Signed by: Sander
SSH key fingerprint: SHA256:Wt0vBy/c+0PaIYPGALOnv6o1olOr4sB41w+DzGr/Zw8
2 changed files with 1 additions and 0 deletions

BIN
Installation.pdf Normal file

Binary file not shown.

View file

@ -5,4 +5,5 @@ mkdir -p "release/$TARGET"
cp -R ./Stream\ Deck "release/$TARGET/"
cp -R ./X-KeyPad "release/$TARGET/"
cp ./README.md "release/$TARGET/"
cp ./Installation.pdf "release/$TARGET/"
7z a -tzip "release/$TARGET.zip" "./release/$TARGET/*"