mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
start qwen after installation
This commit is contained in:
parent
e65953de04
commit
8133c968ed
3 changed files with 20 additions and 14 deletions
|
|
@ -134,18 +134,20 @@ call :CheckCommandExists qwen
|
|||
if %ERRORLEVEL% EQU 0 (
|
||||
echo SUCCESS: Qwen Code is available as 'qwen' command.
|
||||
call qwen --version
|
||||
echo.
|
||||
echo INFO: Starting Qwen Code...
|
||||
echo.
|
||||
call qwen
|
||||
) else (
|
||||
echo WARNING: Qwen Code may not be in PATH. Please check your npm global bin directory.
|
||||
echo.
|
||||
echo ===========================================
|
||||
echo SUCCESS: Installation completed!
|
||||
echo The source information is stored in %USERPROFILE%\.qwen\source.json
|
||||
echo.
|
||||
echo ===========================================
|
||||
)
|
||||
|
||||
echo.
|
||||
echo ===========================================
|
||||
echo SUCCESS: Installation completed!
|
||||
echo The source information is stored in %USERPROFILE%\.qwen\source.json
|
||||
echo Tips: Please restart your terminal and run: qwen
|
||||
echo.
|
||||
echo ===========================================
|
||||
|
||||
endlocal
|
||||
exit /b 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue