mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2026-01-19 16:34:23 +00:00
fix(docs): enhance Readme
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cd $(dirname $0)
|
||||
./download
|
||||
cd "$(dirname $0)/.."
|
||||
./scripts/download
|
||||
|
||||
source $(dirname $0)/version
|
||||
|
||||
[ "$(uname)" != "Darwin" ] && LINKFLAGS="-extldflags -static -s"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user