From 068053abc1223513ec89c792f0595ae8cdf5059b Mon Sep 17 00:00:00 2001 From: Rady Date: Tue, 31 Dec 2024 21:23:30 +0800 Subject: [PATCH] Updated README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2bc76a4d..ea463e5cb 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,14 @@ **Clone from Cline only with Deepseek Provider** +Honor thanks to [DeepSeek](https://deepseek.ai/) for making this possible! +Many thanks to [Huge](https://github.com/Huge): https://github.com/cline/cline/pull/815 + Usage: -1. Clone the repository _(Requires [git-lfs](https://git-lfs.com/))_: +1. Clone the repository: ```bash -git clone https://github.com/cline/cline.git +git clone https://github.com/Rady/cline.git ``` 2. Install dependencies: @@ -18,6 +21,9 @@ npm install ```bash npm run package && vsce package ``` +You can find the built extension in the current directory. + +======================

DeepSeek Provider