We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5c6dc commit 649c76eCopy full SHA for 649c76e
README.md
@@ -19,14 +19,14 @@ A simple command-line subnet calculator written in Rust.
19
1. Make sure you have Rust installed. If not, grab it from [https://www.rust-lang.org/](https://www.rust-lang.org/).
20
21
2. Clone this repo:
22
-git clone https://github.com/yourusername/subnet-calculator.git
23
-cd subnet-calculator
+git clone https://github.com/LuMarans30/Subnetting-rust.git
+cd Subnetting-rust
24
25
4. Build it:
26
cargo build --release
27
28
4. Run it:
29
-./target/release/subnet-calculator
+./target/release/Subnetting-rust
30
31
Alternatively, [precompiled binaries for Windows](https://github.com/LuMarans30/Subnetting-rust/releases/latest) are available.
32
0 commit comments