From bb0f6ed5fb7b75e4e5e66a519aa4659723f2f927 Mon Sep 17 00:00:00 2001 From: Yancey Leo Date: Tue, 8 Oct 2024 17:28:37 +0800 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 123ba62..0ff49bf 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ As Hyper Chat is not planning to be released on the App Store, you may encounter We have chosen [Tauri](https://tauri.app/) as our cross-platform base. Please make sure that [Rust](https://www.rust-lang.org/) is installed on your system. -Then, to install Tauri globally, please follow the tutorial on [create-tauri-app](https://github.com/tauri-apps/create-tauri-app). We recommend using `cargo install create-tauri-app`. +Then, to install Tauri CLI globally, please follow the tutorial on [create-tauri-app](https://github.com/tauri-apps/create-tauri-app). We recommend using `cargo install tauri-cli`. Additionally, we use [React](https://react.dev/) + [Vite](https://vitejs.dev/) for rendering and packaging pages, so please install [Node.js](https://nodejs.org/en) and [pnpm](https://pnpm.io/) globally in advance.