diff --git a/README.md b/README.md index 325533c..40ca16c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ npm run dev # or: npm run build docker compose up -d ``` +## Desktop app + +You can also use ChatGPT-web as a desktop app. To do so, [install Rust first](https://www.rust-lang.org/tools/install). Then, simply run `npm run tauri dev` for the development version or `npm run tauri build` for the production version of the desktop app. The desktop app will be built in the `src-tauri/target` folder. + ## Contributors