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 c3ea505 commit d64d3cbCopy full SHA for d64d3cb
README.md
@@ -20,12 +20,13 @@ A simple command-line subnet calculator written in Rust.
20
21
2. Clone this repo:
22
git clone https://github.com/LuMarans30/Subnetting-rust.git
23
-cd Subnetting-rust
+
24
+3. cd Subnetting-rust
25
26
4. Build it:
27
cargo build --release
28
-4. Run it:
29
+5. Run it:
30
./target/release/subnetting
31
32
Alternatively, [precompiled binaries for Windows](https://github.com/LuMarans30/Subnetting-rust/releases/latest) are available.
0 commit comments