update README to reflect changes in Tauri and rust projects
Closed this issue · 1 comments
alf5 commented
A bit of feedback:
This project looked interesting and wanted to check it out. Currently there is a problem cloning it.
There are a couple of doc errors and, maybe, an installation error.
tuari.studiosite is no longer used for docs. "This repository has been archived by the owner on May 23, 2020."cargo installproduces the error:
error: Usingcargo installto install the binaries from the package in current working directory is no longer supported, usecargo install --path .instead. Usecargo buildif you want to simply build the package.- this should be updated to reflect the intended actions.
- if the intended action is
cargo install --path .then it currently produces an error :(