Add desktop app instructions
This commit is contained in:
parent
f463d93b0a
commit
47d43362fe
|
@ -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
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||
|
|
Loading…
Reference in New Issue