Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add installation note about yarn (lancedb#1459)
I noticed that setting up a simple project with [Yarn](https://yarnpkg.com/) failed because unlike others [npm, pnpm, bun], yarn does not automatically resolve peer dependencies, so i added a quick note about it in the installation guide.
- Loading branch information