From 47d43362fe67b731cdf6a3558a76a68f75154d7e Mon Sep 17 00:00:00 2001 From: Niek van der Maas Date: Mon, 20 Mar 2023 16:31:01 +0100 Subject: [PATCH] Add desktop app instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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