Update README.md

This commit is contained in:
Xinlu Lai 2025-09-03 00:47:22 +08:00 committed by GitHub
parent f23787f50d
commit f857fb9577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,20 +87,6 @@ Our state-of-the-art completion system provides unparalleled coding assistance:
## Installation
### Recommended: Using Bun (Fastest)
First install Bun if you haven't already:
```bash
curl -fsSL https://bun.sh/install | bash
```
Then install Kode:
```bash
bun add -g @shareai-lab/kode
```
### Alternative: Using npm
```bash
npm install -g @shareai-lab/kode
```