From a63365b6b9e57c7611b25ef44feacef8fdeb72c0 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Wed, 1 Nov 2023 03:44:12 -0700 Subject: [PATCH] fixing directory path in README.md (#228) the path in the build instructions was not quite correct. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdf3ded..574b31f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Firstly, to setup Rust, NodeJS and build tools follow [Tauri documentation](http Now, to setup development locally run the following commands: * `git clone --recursive https://github.com/cinnyapp/cinny-desktop.git` -* `cd cinny` +* `cd cinny-desktop/cinny` * `npm ci` * `cd ..` * `npm ci`