Skip to content

Commit e414c9b

Browse files
committed
added build instructions to readme
1 parent b5c609b commit e414c9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Applications include:
1919
- [X] Zoom, hover and drag to explore the source code map
2020
- [X] Set a custom file extension filter to only view relevant source code files
2121

22+
## Building Source Code Visualizer
23+
24+
Simply ```go build visualize.go``` to build Source Code Visualizer.
25+
26+
Execute ```visualize.exe``` to run Source Code Visualizer, which will automatically open the default browser displaying the program's web UI.
27+
2228
## Road Map
2329

2430
- [ ] Improve the treemap display to better show folders

0 commit comments

Comments
 (0)