fix(docs): enhance Readme

This commit is contained in:
Yuxing Deng
2024-10-08 16:36:39 +08:00
parent 4f18ac4ae8
commit db2728f0ed
3 changed files with 38 additions and 7 deletions

View File

@@ -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"