Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 613 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 613 Bytes

Tool for remote mob programming

This is a Rust port of a simple tool called mob which I found on Remote Mob Programming. I put it together as a simple exercise for learning some aspects of the Rust language.

Installation

First get the rust toolchain installer rustup and use it to install the latest stable Rust toolchain.

cargo install --git https://github.com/igilham/mob-rs --tag v1.0.0