1、获取完整Prover ID
进入网站,点击左下角ID,然后输入邮箱,进入邮箱从邮件的链接进入网站,绑定好邮箱。
此时点击左下角复制的ID是完整ID。
https://beta.nexus.xyz
2、使用管理员权限运行Powershell
安装WSL:wsl –install
更新安装依赖:
sudo apt update && sudo apt upgrade
sudo apt install build-essential pkg-config libssl-dev git-all
sudo apt install protobuf-compiler
快速安装:curl https://cli.nexus.xyz | sh
提示需要输入Prover ID,把上面复制的完整ID填进去即可
如果要重新打开,管理员运行Powershell,输入wsl,再输入curl https://cli.nexus.xyz | sh