dustinblackman / oatmeal

Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors!
https://dustinblackman.com/posts/oatmeal/
MIT License
487 stars 23 forks source link

update cargo install command in readme #25

Closed joseluis closed 8 months ago

joseluis commented 8 months ago

For me it was trying to link to multiple versions of ratatui and failed to compile. Adding --locked forces cargo to use the exact versions listed and avoids these kind of errors.