- Install Rust using
rustup- https://www.rust-lang.org/tools/install - Setup git - you will also need to set your
sshkey in Github to: - Clone repository:
git clone [email protected]:LechevSpace/nanosat-workshop.git - Install RiscV toolchain:
rustup target install riscv32imc-unknown-none-elf - Build the application:
cd nanosat-workshop && cargo build