mirror of
https://github.com/peterbourgon/runsvinit.git
synced 2026-03-05 22:07:22 +01:00
Review feedback
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
docker: runsvinit
|
||||
docker build -t runsvinit-example .
|
||||
|
||||
runsvinit: runsvinit-linux-amd64.tgz
|
||||
tar zxf $<
|
||||
runsvinit: $GOPATH/bin/runsvinit
|
||||
cp $< $@
|
||||
|
||||
runsvinit-linux-amd64.tgz:
|
||||
wget --quiet https://github.com/peterbourgon/runsvinit/releases/download/v2.0.0/runsvinit-linux-amd64.tgz
|
||||
$GOPATH/bin/runsvinit:
|
||||
go get -u github.com/peterbourgon/runsvinit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user