From f4f4dc569c7936f52f7049b3976b9052b4e03c3b Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Mon, 10 Mar 2025 17:45:26 -0700 Subject: [PATCH] feat: Add npx command to readme instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 987d074..604699b 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,12 @@ Agent Chat UI is a Vite + React application which enables chatting with any Lang > [!TIP] > Don't want to run the app locally? Use the deployed site here: [agentchat.vercel.app](https://agentchat.vercel.app)! -First, clone the repository: +First, clone the repository, or run the [`npx` command](https://www.npmjs.com/package/create-agent-chat-app): +```bash +npx create-agent-chat-app +``` +or ```bash git clone https://github.com/langchain-ai/agent-chat-ui.git