Command line utility for Lepton-EDA
-
Install Git. This step can be skipped with Git already installed. Use the following command to install or update Git:
sudo apt install git
-
Install Rust. This step can be skipped with Rust already installed. Use one of the following steps:
a. Install Rust using APT.
sudo apt install cargo libstd-rust-1.37 rustc
b. Install Rust using rustup.rs.
-
Install. The installation can be performed directly from Github. Install the program using the following command:
cargo install --git https://github.com/ehennes775/bbcmd.git