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 b5c609b commit e414c9bCopy full SHA for e414c9b
README.md
@@ -19,6 +19,12 @@ Applications include:
19
- [X] Zoom, hover and drag to explore the source code map
20
- [X] Set a custom file extension filter to only view relevant source code files
21
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
28
## Road Map
29
30
- [ ] Improve the treemap display to better show folders
0 commit comments