diff --git a/README.md b/README.md index e10265d..9a3a769 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Rustmap is a very simple "Nmap-like" program that can scan for hosts and open TCP ports. It is mostly written for educational purposes (I wanted to learn Rust, and learn a bit more about how Nmap works) so it's quite slow and doesn't have many features. +## Installation + +1. [Install Rust](https://www.rust-lang.org/tools/install) +2. `cargo install rustmap` + ## Examples Check if a single host is up: