From a2077499a0c48ef845f53e69a765411020b8eabb Mon Sep 17 00:00:00 2001 From: Pietagorh Date: Wed, 1 Apr 2026 13:33:50 +0200 Subject: [PATCH] chore: replace link to tauri v1 docs in README (#568) now points to tauri v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daf39b1..9b6d69b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To verify release files, you need to download [minisign](https://jedisct1.github ## Local development -Firstly, to setup Rust, NodeJS and build tools follow [Tauri documentation](https://tauri.app/v1/guides/getting-started/prerequisites). +Firstly, to setup Rust, NodeJS and build tools follow [Tauri documentation](https://v2.tauri.app/start/prerequisites/). Now, to setup development locally run the following commands: * `git clone --recursive https://github.com/cinnyapp/cinny-desktop.git`