Add installation guide
Signed-off-by: Sander Datema <mail@sanderdatema.nl>
This commit is contained in:
parent
81e5214f91
commit
af68c928f4
2 changed files with 1 additions and 0 deletions
BIN
Installation.pdf
Normal file
BIN
Installation.pdf
Normal file
Binary file not shown.
|
@ -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/*"
|
||||
|
|
Loading…
Reference in a new issue