File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Scans a path (default `.`) collecting:
5858
5959Run:
6060``` cmd
61- cd /d "D:\Chinmay_Personal_Projects\ GoMindMapper"
61+ cd /d "D:\GoMindMapper"
6262go run cmd/main.go -path .
6363```
6464Key outputs:
@@ -81,7 +81,7 @@ Static:
8181
8282Start server (after building frontend if you want the UI):
8383``` cmd
84- cd /d "D:\Chinmay_Personal_Projects\ GoMindMapper"
84+ cd /d "D:\GoMindMapper"
8585go run cmd/server/main.go -path . -addr :8080
8686```
8787Browse:
@@ -105,7 +105,7 @@ Features:
105105
106106Dev (hot reload):
107107``` cmd
108- cd /d "D:\Chinmay_Personal_Projects\ GoMindMapper\mind-map-react"
108+ cd /d "D:\GoMindMapper\mind-map-react"
109109npm install
110110npm start
111111```
Original file line number Diff line number Diff line change 55 go run cmd/server/main.go -path . -addr :8080
66
77ui :
8- cd /d " D:\Chinmay_Personal_Projects\ GoMindMapper\mind-map-react" && npm run dev
8+ cd /d " D:\GoMindMapper\mind-map-react" && npm run dev
99
1010ui-build :
11- cd /d " D:\Chinmay_Personal_Projects\ GoMindMapper\mind-map-react" && npm run build
11+ cd /d " D:\GoMindMapper\mind-map-react" && npm run build
You can’t perform that action at this time.
0 commit comments