Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 776 Bytes

README.md

File metadata and controls

24 lines (24 loc) · 776 Bytes
  • Node js and npm installation command
curl -sSL https://raw.githubusercontent.com/zunxbt/installation/main/node.sh | bash
  • Rust installation command
curl -sSL https://raw.githubusercontent.com/zunxbt/installation/main/rust.sh | bash
  • Foundry installation command
source <(wget -O - https://raw.githubusercontent.com/zunxbt/installation/main/foundry.sh)
  • Docker installation command
source <(wget -O - https://raw.githubusercontent.com/zunxbt/installation/main/docker.sh)
  • Solana installation command
source <(wget -O - https://raw.githubusercontent.com/zunxbt/installation/main/solana.sh)
  • Git installation command
curl -sSL https://raw.githubusercontent.com/zunxbt/installation/main/git.sh | bash