From cf15db557a1d7ac2af1d895dff3982175a58fbb9 Mon Sep 17 00:00:00 2001 From: sykp241095 Date: Sat, 15 Jun 2024 00:20:26 +0800 Subject: [PATCH] readme: rm unsed instructions (#166) --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 936e7d22..3d368db1 100644 --- a/README.md +++ b/README.md @@ -23,25 +23,6 @@ With this tool, you can achieve: ![embeddable-javascript-snippet](https://github.com/pingcap/tidb.ai/assets/1237528/5a445231-a27a-4ae6-8287-a4f8cf7b64d0 "Image Title") -## Quick Start [Working in Progress] -To deploy the application in a self-hosted environment, run the following command: - -``` -curl https://tidb.cloud/install.sh | sh -``` -then: -``` -ticloud create-app --template rag -``` - - -## Deployment [TODO] -For deploying the application to production, there are many options available: - -* **[Deploy with Docker](/docs/deploy-with-docker)** -* **[Deploy to Vercel](/docs/deploy-to-vercel)** - - ## Tech Stack - [Next.js](https://nextjs.org/) – Framework - [TypeScript](https://www.typescriptlang.org/) – Language