Add install script

Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
Lukas Bachschwell 2022-04-18 10:30:45 +02:00
parent 558eec4141
commit 023605223e
Signed by: lbsadmin
GPG Key ID: CCC6AA87CC8DF425
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
.vscode
apkovlworkdir
*.apkovl.tar.gz
apkovl-cli
apkovl
main

3
install.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
go generate
go build -o ~/go/bin/apkovl .