Skip to content

Commit 6b83756

Browse files
authored
Update start.cmd
1 parent 5c6e19c commit 6b83756

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/start.cmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
@rem init : docsify init ./docs
33
@rem start : docsify serve docs
44
@rem
5-
6-
docsify serve docs
7-
5+
@rem docsify serve docs
86

97
@rem 파이썬으로 구동하는 방법 (node 필요 없음)
108
@rem cd test
11-
@rem python -m http.server 4000 (python 3 인 경우)
9+
@rem python -m http.server 4000 (python 3 인 경우) http://localhost:4000 으로 접속 가능
1210

11+
cd test
12+
python -m http.server 4000
1313

0 commit comments

Comments
 (0)