From 39743c8b64e652d0ab13d6ff4a14af94ce2cb36e Mon Sep 17 00:00:00 2001 From: DecDuck Date: Mon, 18 Nov 2024 20:13:10 +1100 Subject: [PATCH] fix(readme): update readme instructions --- desktop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/README.md b/desktop/README.md index f4b83060..b0df3337 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -6,7 +6,7 @@ Drop app is the companion app for [Drop](https://github.com/Drop-OSS/drop). It u Install dependencies with `yarn` -Run the app in development with `yarn tauri dev`. NVIDIA users on Linux, use the environment variable in `.env` +Run the app in development with `yarn tauri dev`. NVIDIA users on Linux, use shell script `./nvidia-prop-dev.sh` To manually specify the logging level, add the environment variable `RUST_LOG=[debug, info, warn, error]` to `yarn tauri dev`: