follow steps here to get apollo-resources
The toolbox is currently set up to be run from the documents directory. From there, you can clone the apollo-rust repository.
cd ~/documents
git clone <https://github.com/Apollo-Lab-Yale/apollo-rust.git>
Build the apollo-rust library using cargo.
cd ~/documents/apollo-rust
cargo build