Skip to content

Commit c192511

Browse files
authored
Update README.md
1 parent ab2742e commit c192511

File tree

1 file changed

+38
-12
lines changed

1 file changed

+38
-12
lines changed

README.md

Lines changed: 38 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,46 @@ Welcome to SubnetWizard, your ultimate console-based subnet/supernet calculator!
1515
- Python 3.10.5 or above.
1616

1717
## 💡 User Manual
18-
1. **Installation**
19-
Clone the repository:
20-
`git clone https://github.com/naemazam/SubnetWizard.git`
21-
- Navigate to the directory: `cd SubnetWizard`.
22-
23-
2. **Usage**
24-
- Run the tool: `python3 main.py` (or `python main.py` on Windows).
25-
- You can also use argument keys:
18+
**Installation**
19+
1. Clone the repository:
20+
21+
```bash
22+
git clone https://github.com/naemazam/SubnetWizard.git
23+
```
24+
25+
2. Navigate to the directory:
26+
27+
```bash
28+
cd SubnetWizard
29+
```
30+
31+
**Usage**
32+
1. Run the tool:
33+
34+
Linux:
35+
```bash
36+
python3 main.py
37+
```
38+
39+
Windows:
40+
```bash
41+
python main.py
42+
```
43+
44+
2. You can also use argument keys:
2645
- `-i` for the IP address to subnet/supernet.
2746
- `-s` for the netmask (binary or CIDR).
28-
- For more information, use: `python3 main.py --help`.
47+
48+
3. For Help, use:
49+
50+
```bash
51+
python3 main.py --help
52+
```
2953

30-
3. **Example**
31-
- Subnetting: `python3 main.py -i 192.168.0.100/24 -s /26`.
54+
Example Subnetting:
55+
```bash
56+
python3 main.py -i 192.168.0.100/24 -s /26
57+
```
3258

3359
## ❓ FAQ
3460
**Q:** Can I use SubnetWizard on macOS?
@@ -44,6 +70,6 @@ Contributions to SubnetWizard are welcome! Feel free to submit bug reports, feat
4470
SubnetWizard is licensed under the MIT License. See the LICENSE file for details.
4571

4672
## 📸 Snapshot
47-
![SubnetWizard](link_to_your_image)
73+
![SubnetWizard](subnetwizard.png)
4874

4975
Start subnetting and supernetting like a pro with SubnetWizard! Happy networking!

0 commit comments

Comments
 (0)