mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
docs: Revise documentation structure and update content for clarity
This commit is contained in:
parent
e12a80b24e
commit
a39b68a44f
5 changed files with 29 additions and 39 deletions
|
|
@ -27,22 +27,6 @@ npm install -g @qwen-code/qwen-code@latest
|
|||
brew install qwen-code
|
||||
```
|
||||
|
||||
**GitHub**
|
||||
|
||||
```bash
|
||||
# clone GitHub project
|
||||
git clone https://github.com/QwenLM/qwen-code.git
|
||||
|
||||
# go to qwen-code folder
|
||||
cd qwen-code
|
||||
|
||||
# install npm
|
||||
npm install
|
||||
|
||||
# install qwen-code
|
||||
npm install -g @qwen-code/qwen-code@latest
|
||||
```
|
||||
|
||||
### Start using Qwen Code:
|
||||
|
||||
```bash
|
||||
|
|
@ -54,13 +38,11 @@ You'll be prompted to log in on first use. That's it! [Continue with Quickstart
|
|||
|
||||
> [!tip]
|
||||
>
|
||||
> See [troubleshooting](/troubleshooting) if you hit issues.
|
||||
> See [troubleshooting](/users/support/troubleshooting) if you hit issues.
|
||||
|
||||
> [!note]
|
||||
>
|
||||
> **New VS Code Extension (Beta)**: Prefer a graphical interface? Our new **VS Code extension** provides an easy-to-use native IDE experience without requiring terminal familiarity. Simply install from the marketplace and start coding with Qwen Code directly in your sidebar.
|
||||
>
|
||||
> 
|
||||
> **New VS Code Extension (Beta)**: Prefer a graphical interface? Our new **VS Code extension** provides an easy-to-use native IDE experience without requiring terminal familiarity. Simply install from the marketplace and start coding with Qwen Code directly in your sidebar. You can search for **Qwen Code** in the VS Code Marketplace and download it.
|
||||
|
||||
## What Qwen Code does for you
|
||||
|
||||
|
|
|
|||
|
|
@ -36,22 +36,6 @@ npm install -g @qwen-code/qwen-code@latest
|
|||
brew install qwen-code
|
||||
```
|
||||
|
||||
### GitHub
|
||||
|
||||
```sh
|
||||
# clone GitHub project
|
||||
git clone https://github.com/QwenLM/qwen-code.git
|
||||
|
||||
# go to qwen-code folder
|
||||
cd qwen-code
|
||||
|
||||
# install npm
|
||||
npm install
|
||||
|
||||
# install qwen-code
|
||||
npm install -g @qwen-code/qwen-code@latest
|
||||
```
|
||||
|
||||
## Step 2: Log in to your account
|
||||
|
||||
Qwen Code requires an account to use. When you start an interactive session with the `qwen` command, you'll need to log in:
|
||||
|
|
@ -70,7 +54,7 @@ Select `Qwen OAuth`, log in to your account and follow the prompts to confirm. O
|
|||
|
||||
> [!note]
|
||||
>
|
||||
> When you first authenticate Qwen Code with your Qwen account, a workspace called "qwen-code" is automatically created for you. This workspace provides centralized cost tracking and management for all Qwen Code usage in your organization.
|
||||
> When you first authenticate Qwen Code with your Qwen account, a workspace called ".qwen" is automatically created for you. This workspace provides centralized cost tracking and management for all Qwen Code usage in your organization.
|
||||
|
||||
> [!tip]
|
||||
>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Uninstalling the CLI
|
||||
# Uninstall
|
||||
|
||||
Your uninstall method depends on how you ran the CLI. Follow the instructions for either npx or a global npm installation.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Troubleshooting guide
|
||||
# Troubleshooting
|
||||
|
||||
This guide provides solutions to common issues and debugging tips, including topics on:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue