Skip to content

Commit

Permalink
fix(quickstart): copy 启动.cmd to wrong dir, fix #50
Browse files Browse the repository at this point in the history
  • Loading branch information
lss233 authored Dec 15, 2022
1 parent c49c7e8 commit 2fbafaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/quickstarts/windows/scripts/初始化.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ ECHO 接下来将会打开 config.json,请修改里面的信息。
cd %BASE_DIR%\chatgpt
COPY config.example.json config.json
notepad config.json
cd %BASE_DIR%

COPY %BASE_DIR%\files\scripts\启动.cmd .
ECHO 接下来请执行 启动.cmd 开始使用吧!
pause
pause

0 comments on commit 2fbafaa

Please sign in to comment.