Skip to content

Commit 7175e8a

Browse files
committed
Updating makefile
1 parent 4409736 commit 7175e8a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
install:
2-
cp bin/kubedecode /usr/local/bin/
3-
chmod 0555 /usr/local/bin/kubedecode
2+
mkdir -p /usr/local/Cellar/kubedecode/1.0
3+
cp bin/kubedecode /usr/local/Cellar/kubedecode/1.0/
4+
chmod 0555 /usr/local/Cellar/kubedecode/1.0/kubedecode
5+
ls /usr/local/Cellar/kubedecode/1.0

0 commit comments

Comments
 (0)