Skip to content
xxhzz99 edited this page Nov 7, 2022 · 1 revision

下载之后,进行解压,会产生两个文件,其中scalpel-xxx是对应平台的二进制可执行文件,而config.yaml是scalpel的配置文件,可以通过config.yaml对scalpel进行配置。

Windows

在Window下,您可以在Windows的cmd或者powershell通过运行.\scalpel-windows-amd64.exe -v来运行scalpel,即可查看到scalpel的版本号。

Linux

在Linux下,您可以在终端中通过运行.\scalpel-linux-amd64 -v来运行scalpel,即可查看到scalpel的版本号。如果您无法执行scalpel,可能是因为scalpel的二进制程序没有可执行权限,你可以通过chmod +x scalpel-linux-amd64命令来赋予scalpel可执行权限。

MacOS

在MacOS下,您可以打开您使用的终端工具,比如 Terminal 或者 iTerm,然后在终端中通过运行.\scalpel-darwin-amd64 -v来运行scalpel,即可查看到scalpel的版本号。

Clone this wiki locally