Skip to content

Commit 1315cd3

Browse files
arceuzvxCopilot
andauthored
Update Disk Usage Visualizer/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b979c53 commit 1315cd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Disk Usage Visualizer/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Lightweight, fast, and cross-platform (works on Linux, macOS, and Windows).
1717

1818
```bash
1919
# Analyze current directory
20-
python vis.py
20+
python disk_visualizer.py
2121

2222
# Analyze a specific path
23-
python vis.py D:\Projects # Windows
24-
python vis.py /home/user/docs # Linux/macOS
23+
python disk_visualizer.py D:\Projects # Windows
24+
python disk_visualizer.py /home/user/docs # Linux/macOS
2525

2626
# Show top 20 largest folders
27-
python vis.py . -n 20
27+
python disk_visualizer.py . -n 20
2828
```

0 commit comments

Comments
 (0)