Add install script
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
parent
558eec4141
commit
023605223e
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
.vscode
|
||||
apkovlworkdir
|
||||
*.apkovl.tar.gz
|
||||
apkovl-cli
|
||||
apkovl
|
||||
main
|
||||
|
3
install.sh
Executable file
3
install.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
go generate
|
||||
go build -o ~/go/bin/apkovl .
|
Loading…
Reference in New Issue
Block a user