use https instead of git (#7)

This commit is contained in:
Collin Jackson 2024-10-08 17:51:17 -07:00 committed by GitHub
parent b5aad54d42
commit 3af03e5889
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ if [ -d "$NEXUS_HOME/network-api" ]; then
(cd $NEXUS_HOME/network-api && git pull)
else
mkdir -p $NEXUS_HOME
(cd $NEXUS_HOME && git clone git@github.com:nexus-xyz/network-cli)
(cd $NEXUS_HOME && git clone https://github.com/nexus-xyz/network-cli)
fi
(cd $NEXUS_HOME/network-api/clients/cli && cargo run --release --bin prover -- beta.orchestrator.nexus.xyz)