Add desktop app instructions

This commit is contained in:
Niek van der Maas 2023-03-20 16:31:01 +01:00
parent f463d93b0a
commit 47d43362fe
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ npm run dev # or: npm run build
docker compose up -d 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 ## Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->