Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/installation-methods.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ const methodsByOS: Record<OSKey, Method[]> = {
},
{
title: '解压并进入目录',
detail: '解压后进入目录。',
code: 'unzip LLBot-CLI-linux-*.zip\ncd LLBot-CLI-linux-*',
detail: '先创建目录,再将压缩包解压到该目录后进入。',
code: 'mkdir LLBot-CLI-linux\nunzip LLBot-CLI-linux-*.zip -d LLBot-CLI-linux\ncd LLBot-CLI-linux',
},
{
title: '启动',
Expand Down