Skip to content

Commit

Permalink
fixing directory path in README.md (#228)
Browse files Browse the repository at this point in the history
the path in the build instructions was not quite correct.
  • Loading branch information
amdavidson authored Nov 1, 2023
1 parent c4a7992 commit a63365b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a63365b

Please sign in to comment.