Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 857 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 857 Bytes

bbcmd

Command line utility for Lepton-EDA

Installation

  1. Install Git. This step can be skipped with Git already installed. Use the following command to install or update Git:

    sudo apt install git
    
  2. 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.

  3. 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