Skip to content

Commit 649c76e

Browse files
authored
Update README.md
1 parent 5e5c6dc commit 649c76e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ A simple command-line subnet calculator written in Rust.
1919
1. Make sure you have Rust installed. If not, grab it from [https://www.rust-lang.org/](https://www.rust-lang.org/).
2020

2121
2. Clone this repo:
22-
git clone https://github.com/yourusername/subnet-calculator.git
23-
cd subnet-calculator
22+
git clone https://github.com/LuMarans30/Subnetting-rust.git
23+
cd Subnetting-rust
2424

2525
4. Build it:
2626
cargo build --release
2727

2828
4. Run it:
29-
./target/release/subnet-calculator
29+
./target/release/Subnetting-rust
3030

3131
Alternatively, [precompiled binaries for Windows](https://github.com/LuMarans30/Subnetting-rust/releases/latest) are available.
3232

0 commit comments

Comments
 (0)