File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,16 @@ const AgentGatewayRegister = ({
83
83
< div >
84
84
< a href = { `${ baseUrl ( ) } /agent-gateway/binary?os=windows&arch=amd64` } > amd64</ a >
85
85
</ div >
86
- < div > 2. 前台启动 </ div >
86
+ < div > 2. 启动服务 (使用管理员权限打开 CMD) </ div >
87
87
< div className = { clsx ( 'bg-slate-200 p-4 rounded' , 'dark:bg-slate-700' ) } >
88
88
< Paragraph copyable = { true } style = { { margin : 0 } } >
89
- { `nt-tunnel.exe run --endpoint ${ param . endpoint } --token ${ param . token } ` }
89
+ { `nt-tunnel.exe install --endpoint ${ param . endpoint } --token ${ param . token } ` }
90
+ </ Paragraph >
91
+ </ div >
92
+ < div > 3. 启动服务</ div >
93
+ < div className = { clsx ( 'bg-slate-200 p-4 rounded' , 'dark:bg-slate-700' ) } >
94
+ < Paragraph copyable = { true } style = { { margin : 0 } } >
95
+ { `nt-tunnel.exe start` }
90
96
</ Paragraph >
91
97
</ div >
92
98
</ div > ;
You can’t perform that action at this time.
0 commit comments