We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4409736 commit 7175e8aCopy full SHA for 7175e8a
makefile
@@ -1,3 +1,5 @@
1
install:
2
- cp bin/kubedecode /usr/local/bin/
3
- chmod 0555 /usr/local/bin/kubedecode
+ mkdir -p /usr/local/Cellar/kubedecode/1.0
+ 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