gpt-anywhere
gpt-anywhere copied to clipboard
Updated readme for new developers
Hello! For a class project, I was tasked to find an open source project an contribute documentation changes to it. When looking at this project, I noticed that the current readme file is not friendly to new developers, so I've decided to update it to improve the new developer experience. Thanks for reviewing this pull request!
Hey @RetroSpaceMan123! Thanks for the contribution, really appreciate the help. This project depends on Tauri, which depends on Rust as well as NPM/Yarn. It'd be better if the installation instructions included the steps from (or a link to) the prerequisites page.
Thanks for letting me know about Tauri. Once I have some free time, I'll add the prerequisites to the README. Once again, thanks for reviewing my pull request!
Hello! I added a line in the How to Contribute section for installing Tauri. If there's anything else that needs to be changed, please let me know.
Thanks for the edit! Just one more thing from the Tauri docs, the usual development cycle would be to run yarn tauri dev
, which should also install the relevant Rust packages. Could you add that after the yarn install
step?