From e5e30d231b7cb816a17f61318b3f25f86b1edac3 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Tue, 10 Oct 2023 06:54:50 +1100 Subject: [PATCH] ffmpeg instructions (#814) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d931ce23a..598cb11a1 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,13 @@ yarn test Which will run our suite of [Vitest unit](https://vitest.dev/) and [React Testing Library E2E](https://testing-library.com/docs/react-testing-library/intro/) tests, in interactive mode by default. +For running the rust (not tauri rust though) only, you can +```bash +cd src/wasm-lib +cargo test +``` +but you will need to have install ffmpeg prior to. + ## Tauri To spin up up tauri dev, `yarn install` and `yarn build:wasm` need to have been done before hand then